forked from colonelpanic/dotfiles
Diminish smartparens-mode and reindent its config
This commit is contained in:
parent
f8ec571425
commit
be846bad55
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user