[keyswap] disable package

My muscle memory was always getting confused between the different
modes in which () was [] and in which it was not. And it conflicts
with Lispy.
This commit is contained in:
contrapunctus 2021-07-07 07:30:22 +05:30
parent d7e5a0988b
commit c2d8c4cd9e
1 changed files with 1 additions and 0 deletions

View File

@ -2491,6 +2491,7 @@ pjb suggested a different approach [[http://paste.lisp.org/display/10157][here]]
#+BEGIN_SRC emacs-lisp
(use-package keyswap
:disabled t
:hook ((minibuffer-setup-hook . contrapunctus-swap-brackets-parens) ;; probably unnecessary
(eval-expression-minibuffer-setup-hook . contrapunctus-swap-brackets-parens)
(prog-mode . contrapunctus-swap-brackets-parens)