summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 12:03:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 14:16:01 -0400
commita476129b5eae782a269e3d6ae8c16fe1e332a0d9 (patch)
treef906f1f3ef5b4acdb0181e710a738db3b30b7d18
parentcc9ab193431766eb6fd613ead6558ec40e7e377c (diff)
emacs: update custom.el
-rw-r--r--.config/emacs/custom.el12
1 files changed, 11 insertions, 1 deletions
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.
+ )