projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c8323d0
)
emacs: custom-file updates
author
Amin Bandali
<bandali@gnu.org>
Sat, 27 Apr 2019 00:50:48 +0000
(20:50 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 27 Apr 2019 00:51:04 +0000
(20:51 -0400)
.emacs.d/etc/custom.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/etc/custom.el
b/.emacs.d/etc/custom.el
index
f9a149b
..
979b557
100644
(file)
--- 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)
'(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)
'(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 . python-mode)
(mode . c-mode)
(mode . c++-mode)
+ (mode . java-mode)
(mode . emacs-lisp-mode)
(mode . scheme-mode)
(mode . haskell-mode)
(mode . emacs-lisp-mode)
(mode . scheme-mode)
(mode . haskell-mode)
- (mode . lean-mode)))
+ (mode . lean-mode)
+ (mode . alloy-mode)))
("emacs"
(or
(name . "^\\*scratch\\*$")
("emacs"
(or
(name . "^\\*scratch\\*$")
- (name . "^\\*Messages\\*$"))))) t)
+ (name . "^\\*Messages\\*$")))
+ ("erc"
+ (mode . erc-mode)))) t)
'(ls-lisp-dirs-first t 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-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)))
(eval when
(featurep 'typo
(typo-mode -1)))