From: Amin Bandali Date: Sat, 29 Dec 2018 05:57:15 +0000 (-0500) Subject: [emacs] some custom.el updates X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/1556b13e76c2828c1ec539bd163c84e417003c2a [emacs] some custom.el updates --- 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.