diff --git a/system/desktop/home-manager/spacemacs.nix b/system/desktop/home-manager/spacemacs.nix index 79d2cff..2248cde 100644 --- a/system/desktop/home-manager/spacemacs.nix +++ b/system/desktop/home-manager/spacemacs.nix @@ -139,9 +139,9 @@ in { ;; turn of smartparens mode off globally - ;; https://emacs.stackexchange.com/questions/16935/disable-smartparens-in-spacemacs - (spacemacs/toggle-smartparens-globally-off) - (remove-hook 'prog-mode-hook #'smartparens-mode) + ;; https://github.com/Fuco1/smartparens + ;;(spacemacs/toggle-smartparens-globally-off) + ;;(remove-hook 'prog-mode-hook #'smartparens-mode) (let ((n 2)) (setq coffee-tab-width n)