X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/06c562baad41e2a5aee6441437e0239b3df5b2f8..466f433f6b3e26d0a57d377cf898a06fc1e453cc:/etc/custom.el diff --git a/etc/custom.el b/etc/custom.el index 013afe6..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) @@ -62,7 +62,8 @@ '(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.