From cb01f2c54a4e8d7a17f432b65b48296b0d03ebe3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 26 Apr 2019 20:50:48 -0400 Subject: [PATCH] emacs: custom-file updates --- .emacs.d/etc/custom.el | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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))) -- 2.20.1