Exploit new :defer input|buffer across various modules

This commit is contained in:
Henrik Lissner
2018-05-14 20:45:47 +02:00
parent 2712d606c2
commit a631c10d05
5 changed files with 21 additions and 24 deletions

View File

@@ -11,8 +11,9 @@
;;
(def-package! helm-mode
:hook (doom-init . helm-mode)
:defer (input . 1)
:config
(helm-mode +1)
;; helm is too heavy for find-file-at-point
(add-to-list 'helm-completing-read-handlers-alist '(find-file-at-point . nil)))