Merge pull request #583 from benreyn/br-helm-hotfix
Fix typo causing startup error in helm module
This commit is contained in:
commit
b0319d219b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
:config
|
||||
(helm-mode +1)
|
||||
;; helm is too heavy for find-file-at-point
|
||||
(map-put helm-completing-read-handlers-alist 'find-file-at-point nilk))
|
||||
(map-put helm-completing-read-handlers-alist 'find-file-at-point nil))
|
||||
|
||||
|
||||
(def-package! helm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue