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.