fix indent
This commit is contained in:
parent
d8d6794eda
commit
6ba2386c28
1 changed files with 6 additions and 6 deletions
12
init.el
12
init.el
|
@ -110,12 +110,12 @@
|
||||||
("ESC" . abort-recursive-edit))
|
("ESC" . abort-recursive-edit))
|
||||||
:preface
|
:preface
|
||||||
(setq
|
(setq
|
||||||
helm-display-buffer-default-height 0.25
|
helm-display-buffer-default-height 0.25
|
||||||
helm-display-header-line nil
|
helm-display-header-line nil
|
||||||
helm-ff-file-name-history-use-recentf t
|
helm-ff-file-name-history-use-recentf t
|
||||||
helm-find-files-doc-header nil
|
helm-find-files-doc-header nil
|
||||||
helm-mode-line-string nil
|
helm-mode-line-string nil
|
||||||
helm-move-to-line-cycle-in-source t)
|
helm-move-to-line-cycle-in-source t)
|
||||||
:config
|
:config
|
||||||
(require 'helm-config)
|
(require 'helm-config)
|
||||||
(helm-mode 1))
|
(helm-mode 1))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue