summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/custom.el')
-rw-r--r--.config/emacs/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index 90cbcd7..77ed6cd 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -16,6 +16,7 @@
'(ruby-deep-indent-paren nil)
'(safe-local-variable-values (quote ((Nginx-indent-tabs-mode) (Nginx-indent-level . 4) (Nginx-indent-level . 8))))
'(scroll-bar-mode nil)
+ '(scss-compile-at-save nil)
'(send-mail-function (quote smtpmail-send-it))
'(sh-basic-offset 8)
'(sh-indent-comment t))
@@ -24,4 +25,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
-)
+ )