REMOVE smartparens
Replaced with electric-pair mode, good enough for my usecase. Don't need all the fancy stuff smartparens provides
This commit is contained in:
parent
9d84faf97a
commit
f121ec0330
1 changed files with 0 additions and 16 deletions
|
|
@ -530,22 +530,6 @@ Magit depends on this and it seems it's not installed as a dependency, so instal
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Smartparens
|
|
||||||
Smart minor-mode to deal with pairs.
|
|
||||||
|
|
||||||
https://github.com/Fuco1/smartparens
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package smartparens
|
|
||||||
:ensure t
|
|
||||||
:bind
|
|
||||||
("C-M-w" . sp-copy-sexp)
|
|
||||||
:hook (prog-mode text-mode markdown-mode)
|
|
||||||
:config
|
|
||||||
(require 'smartparens-config)
|
|
||||||
)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
* Multiple cursors
|
* Multiple cursors
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue