feat(wpcarro/emacs): Re-enable electric-pair-mode
I miss this mode (especially when writing lisp). Change-Id: I4ebcd5011fd1abb67270214f292a3b883b8c0ca8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6007 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
21a3da25b8
commit
977473d631
1 changed files with 3 additions and 0 deletions
|
@ -332,6 +332,9 @@
|
|||
(interactive)
|
||||
(clipboard-copy (emojify-completing-read "Copy: "))))
|
||||
|
||||
;; Always auto-close parantheses and other pairs
|
||||
(electric-pair-mode)
|
||||
|
||||
;; Start the Emacs server
|
||||
(when (not (server-running-p))
|
||||
(server-start))
|
||||
|
|
Loading…
Reference in a new issue