From f5fbe7ed7e17455d0db5c0384e97b5a0fe307677 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 10 Dec 2014 17:11:52 +0100 Subject: Update SCSS mode functions --- 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 e0efc4d..94031ce 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1106,6 +1106,14 @@ (add-hook 'scss-mode-hook #'electric-indent-local-mode) #+END_SRC + - Enable auto-completion + + #+BEGIN_SRC emacs-lisp + (declare-function auto-complete-mode "auto-complete") + + (add-hook 'scss-mode-hook #'auto-complete-mode) + #+END_SRC + ** Haml - Automatically match parentheses and other delimiters. -- cgit v1.2.3-54-g00ecf