Diminish smartparens-mode and reindent its config
This commit is contained in:
@@ -1675,6 +1675,7 @@ I use helm for almost all emacs completion
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
:demand t
|
:demand t
|
||||||
|
:diminish smartparens-mode
|
||||||
:bind (:map smartparens-mode-map
|
:bind (:map smartparens-mode-map
|
||||||
("C-)" . sp-forward-slurp-sexp)
|
("C-)" . sp-forward-slurp-sexp)
|
||||||
("C-}" . sp-forward-barf-sexp)
|
("C-}" . sp-forward-barf-sexp)
|
||||||
|
Reference in New Issue
Block a user