summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-02-06 14:19:48 -0500
committerLuke Shumaker <shumakl@purdue.edu>2015-02-06 14:19:48 -0500
commitf50b49ef26f5c692bda1f3f13cd38f9f4f395300 (patch)
treee96baf161374421abc8acef998ccf1651c851992 /.config/emacs/custom.el
parent124367bec1d392b4ae63d4479954225445996452 (diff)
Pre-merge
Mostly re-organize emacs stuff
Diffstat (limited to '.config/emacs/custom.el')
-rw-r--r--.config/emacs/custom.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index 77ed6cd..646f467 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -17,9 +17,7 @@
'(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))
+ '(send-mail-function (quote smtpmail-send-it)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.