From a476129b5eae782a269e3d6ae8c16fe1e332a0d9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 21 Mar 2018 12:03:13 -0400 Subject: emacs: update custom.el --- .config/emacs/custom.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index 31da9e3..77c2819 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -4,6 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(erc-nick "lukeshu") + '(global-whitespace-mode nil) '(graphviz-dot-auto-indent-on-semi nil) '(org-latex-default-packages-alist (quote @@ -27,7 +28,10 @@ ("xelatex -interaction nonstopmode -output-directory %o %f" "xelatex -interaction nonstopmode -output-directory %o %f" "xelatex -interaction nonstopmode -output-directory %o %f"))) '(safe-local-variable-values (quote - ((Fill-Column . 64) + ((sgml-basic-offset . 8) + (nxml-child-indent . 2) + (sentence-end-double-space nil) + (Fill-Column . 64) (eval c-set-offset (quote arglist-close) 0) @@ -48,3 +52,9 @@ (Nginx-indent-level . 8) (c-set-style . "K&R")))) '(use-package-verbose (quote debug))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; 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. + ) -- cgit v1.2.3