From f50b49ef26f5c692bda1f3f13cd38f9f4f395300 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 6 Feb 2015 14:19:48 -0500 Subject: Pre-merge Mostly re-organize emacs stuff --- .config/emacs/custom.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.config/emacs/custom.el') 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. -- cgit v1.2.3-2-g168b