summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-26 20:50:48 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-26 20:51:04 -0400
commitcb01f2c54a4e8d7a17f432b65b48296b0d03ebe3 (patch)
treed67da8cd1eafa51092430503fabac7fc6c798cbb /.emacs.d
parentc8323d09ac2609cd8f76da18b1f76c4bae4e8f33 (diff)
downloadconfigs-cb01f2c54a4e8d7a17f432b65b48296b0d03ebe3.tar.gz
configs-cb01f2c54a4e8d7a17f432b65b48296b0d03ebe3.tar.xz
configs-cb01f2c54a4e8d7a17f432b65b48296b0d03ebe3.zip
emacs: custom-file updates
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/etc/custom.el18
1 files 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)))