[emacs] some custom.el updates
authorAmin Bandali <bandali@gnu.org>
Sat, 29 Dec 2018 05:57:15 +0000 (00:57 -0500)
committerAmin Bandali <bandali@gnu.org>
Sat, 29 Dec 2018 05:57:15 +0000 (00:57 -0500)
etc/custom.el

index 51be9a2..f9a149b 100644 (file)
@@ -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)
        (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.