diff options
Diffstat (limited to '')
-rw-r--r-- | etc/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/custom.el b/etc/custom.el index 013afe6..51be9a2 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -59,7 +59,7 @@ (or (name . "^\\*scratch\\*$") (name . "^\\*Messages\\*$"))))) t) - '(ls-lisp-dirs-first t t) + '(ls-lisp-dirs-first t) '(org-latex-packages-alist '(("" "listings") ("" "color"))) '(safe-local-variable-values '((eval when |