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))
|
||||
:preface
|
||||
(setq
|
||||
helm-display-buffer-default-height 0.25
|
||||
helm-display-header-line nil
|
||||
helm-ff-file-name-history-use-recentf t
|
||||
helm-find-files-doc-header nil
|
||||
helm-mode-line-string nil
|
||||
helm-move-to-line-cycle-in-source t)
|
||||
helm-display-buffer-default-height 0.25
|
||||
helm-display-header-line nil
|
||||
helm-ff-file-name-history-use-recentf t
|
||||
helm-find-files-doc-header nil
|
||||
helm-mode-line-string nil
|
||||
helm-move-to-line-cycle-in-source t)
|
||||
:config
|
||||
(require 'helm-config)
|
||||
(helm-mode 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue