removed duplicate setq
This commit is contained in:
parent
526f312d00
commit
00546bdb1c
3
conf.org
3
conf.org
|
@ -439,8 +439,7 @@ One of the best packages for emacs. Helm is basically a search and completion en
|
||||||
:init
|
:init
|
||||||
(helm-mode 1)
|
(helm-mode 1)
|
||||||
:config
|
:config
|
||||||
(setq helm-autoresize-max-height 0
|
(setq helm-autoresize-max-height 40
|
||||||
helm-autoresize-max-height 40
|
|
||||||
helm-M-x-fuzzy-match t
|
helm-M-x-fuzzy-match t
|
||||||
helm-buffers-fuzzy-matching t
|
helm-buffers-fuzzy-matching t
|
||||||
helm-recentf-fuzzy-match t
|
helm-recentf-fuzzy-match t
|
||||||
|
|
Loading…
Reference in New Issue