summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-12-10 17:11:52 +0100
committerGravatar Tom Willemse2014-12-10 17:11:52 +0100
commitf5fbe7ed7e17455d0db5c0384e97b5a0fe307677 (patch)
tree6cfa7eb124a31cd3ea1230d55bef3e6de1d84a6a /emacs/.emacs.d/init.org
parent0dc3fe0410145a85ac6979164572d8a1512dad21 (diff)
downloaddotfiles-f5fbe7ed7e17455d0db5c0384e97b5a0fe307677.tar.gz
dotfiles-f5fbe7ed7e17455d0db5c0384e97b5a0fe307677.zip
Update SCSS mode functions
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org8
1 files changed, 8 insertions, 0 deletions
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.