projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
99eccce
)
[emacs] some custom.el updates
author
Amin Bandali
<bandali@gnu.org>
Sat, 29 Dec 2018 05:57:15 +0000
(
00:57
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 29 Dec 2018 05:57:15 +0000
(
00:57
-0500)
etc/custom.el
patch
|
blob
|
blame
|
history
diff --git
a/etc/custom.el
b/etc/custom.el
index
51be9a2
..
f9a149b
100644
(file)
--- a/
etc/custom.el
+++ b/
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
t
)
- '(eshell-input-filter 'eshell-input-filter-initial-space
t
)
+ '(eshell-hist-ignoredups t)
+ '(eshell-input-filter 'eshell-input-filter-initial-space)
'(ibuffer-formats
'((mark modified read-only locked " "
(name 18 18 :left :elide)
'(ibuffer-formats
'((mark modified read-only locked " "
(name 18 18 :left :elide)
@@
-59,10
+59,11
@@
(or
(name . "^\\*scratch\\*$")
(name . "^\\*Messages\\*$"))))) t)
(or
(name . "^\\*scratch\\*$")
(name . "^\\*Messages\\*$"))))) t)
- '(ls-lisp-dirs-first t)
+ '(ls-lisp-dirs-first t
t
)
'(org-latex-packages-alist '(("" "listings") ("" "color")))
'(safe-local-variable-values
'(org-latex-packages-alist '(("" "listings") ("" "color")))
'(safe-local-variable-values
- '((eval when
+ '((org-hugo-auto-export-on-save . t)
+ (eval when
(featurep 'typo
(typo-mode -1)))
(eval add-hook 'after-save-hook 'org-beamer-export-to-latex t t)
(featurep 'typo
(typo-mode -1)))
(eval add-hook 'after-save-hook 'org-beamer-export-to-latex t t)
@@
-73,7
+74,9
@@
[//]: # \"Exported with love from a post written in Org mode\"
[//]: # \"- https://ox-hugo.scripter.co\"")
(eval add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local)))
[//]: # \"Exported with love from a post written in Org mode\"
[//]: # \"- https://ox-hugo.scripter.co\"")
(eval add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local)))
- '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$")))
+ '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$"))
+ '(which-key-add-column-padding 5)
+ '(which-key-max-description-length 32))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.