Skip to content

Commit

Permalink
tweak(smartparens): disable expensive navigation features
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 23, 2023
1 parent cd83f88 commit 77ca837
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
(use-package smartparens
:straight t
:hook (prog-mode . smartparens-mode)
:init
;; From Doom Emacs, disable expensive navigation features.
(+setq-hook! smartparens-mode
sp-navigate-skip-match nil
sp-navigate-consider-sgml-tags nil)
:config
(with-eval-after-load 'evil-mc
;; Make evil-mc cooperate with smartparens better
Expand Down

0 comments on commit 77ca837

Please sign in to comment.