From 5c2c9e23152574704133c08ccbda3ef8a4b39e9b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 30 Dec 2019 21:59:43 +1300 Subject: [PATCH] spacemacs: enabled smartparens mode again --- system/desktop/home-manager/spacemacs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)