summaryrefslogtreecommitdiffstats
path: root/etc/custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'etc/custom.el')
-rw-r--r--etc/custom.el13
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/custom.el b/etc/custom.el
index 51be9a2..f9a149b 100644
--- 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)
- '(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)
@@ -59,10 +59,11 @@
(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
- '((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)
@@ -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)))
- '(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.