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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)))