From 3d8d38501fe4e72d46def5812b617eff407de16b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 27 Oct 2014 16:49:53 +0100 Subject: Add automatic pairing to coffee-mode --- emacs/.emacs.d/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 6a726e2..eae1dda 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1035,6 +1035,14 @@ (add-hook 'enh-ruby-mode-hook #'oni:electric-pair-local-mode) #+END_SRC +* Coffee + + - Autimatically match parentheses and other delimiters. + + #+BEGIN_SRC emacs-lisp + (add-hook 'coffee-mode-hook #'oni:electric-pair-local-mode) + #+END_SRC + * Load custom file I don't really use the Emacs customization interface much, but I -- cgit v1.2.3-54-g00ecf