aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-07 00:27:44 +0200
committerGravatar Tom Willemse2016-10-07 00:27:44 +0200
commit6b7b0aec5f201d8bfd1006f928ceb01b4f6fd566 (patch)
tree776383b102b5e7121966f59cebd2fd5603830f53
parent82f1a7b3078c7f7c9354351e610ac4d0a2083b01 (diff)
downloadnew-dotfiles-6b7b0aec5f201d8bfd1006f928ceb01b4f6fd566.tar.gz
new-dotfiles-6b7b0aec5f201d8bfd1006f928ceb01b4f6fd566.zip
Enable electric-pair-local-mode in Makefiles
-rw-r--r--emacs/.emacs.d/init.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index e4589d3..e780766 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -704,6 +704,12 @@ To start off, first I need to enable lexical binding.
(add-hook 'makefile-mode-hook 'oni-whitespace-only-tabs-mode)
#+END_SRC
+ Enable electric pairing.
+
+ #+BEGIN_SRC emacs-lisp
+ (add-hook 'makefile-mode-hook 'electric-pair-local-mode)
+ #+END_SRC
+
** CSS mode
Enable electric indent mode.