mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 22:57:17 +02:00
feat: enable smartparens-strict-mode for lisp/clojure/scheme
This commit is contained in:
@@ -118,6 +118,10 @@
|
|||||||
:config
|
:config
|
||||||
(setq nushell-enable-auto-indent 1))
|
(setq nushell-enable-auto-indent 1))
|
||||||
|
|
||||||
;; enable evil-smartparens
|
;; https://github.com/doomemacs/doomemacs/issues/4374
|
||||||
(after! smartparens
|
(use-package! smartparens
|
||||||
(add-hook 'smartparens-enabled-hook #'evil-smartparens-mode))
|
:init (add-hook 'smartparens-enabled-hook #'evil-smartparens-mode)
|
||||||
|
:hook ((clojure-mode . smartparens-strict-mode)
|
||||||
|
(scheme-mode . smartparens-strict-mode)
|
||||||
|
(lisp-mode . smartparens-strict-mode)
|
||||||
|
(emacs-lisp-mode . smartparens-strict-mode)))
|
||||||
|
|||||||
Reference in New Issue
Block a user