aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-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.