From: Amin Bandali Date: Sat, 27 Apr 2019 00:50:48 +0000 (-0400) Subject: emacs: custom-file updates X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/cb01f2c54a4e8d7a17f432b65b48296b0d03ebe3 emacs: custom-file updates --- diff --git a/.emacs.d/etc/custom.el b/.emacs.d/etc/custom.el index f9a149b..979b557 100644 --- a/.emacs.d/etc/custom.el +++ b/.emacs.d/etc/custom.el @@ -10,8 +10,8 @@ '(company-idle-delay 0.3) '(company-minimum-prefix-length 1) '(company-selection-wrap-around t) - '(eshell-hist-ignoredups t) - '(eshell-input-filter 'eshell-input-filter-initial-space) + '(eshell-hist-ignoredups t t) + '(eshell-input-filter 'eshell-input-filter-initial-space t) '(ibuffer-formats '((mark modified read-only locked " " (name 18 18 :left :elide) @@ -51,18 +51,26 @@ (mode . python-mode) (mode . c-mode) (mode . c++-mode) + (mode . java-mode) (mode . emacs-lisp-mode) (mode . scheme-mode) (mode . haskell-mode) - (mode . lean-mode))) + (mode . lean-mode) + (mode . alloy-mode))) ("emacs" (or (name . "^\\*scratch\\*$") - (name . "^\\*Messages\\*$"))))) t) + (name . "^\\*Messages\\*$"))) + ("erc" + (mode . erc-mode)))) t) '(ls-lisp-dirs-first t t) + '(org-agenda-files + '("~/usr/org/todos/personal.org" "~/usr/org/todos/masters.org")) + '(org-agenda-start-on-weekday 0) '(org-latex-packages-alist '(("" "listings") ("" "color"))) '(safe-local-variable-values - '((org-hugo-auto-export-on-save . t) + '((eval require 'org-ref) + (org-hugo-auto-export-on-save . t) (eval when (featurep 'typo (typo-mode -1)))