fix indent

This commit is contained in:
Stefan Schwarz 2022-07-18 11:49:23 +02:00
parent d8d6794eda
commit 6ba2386c28

12
init.el
View file

@ -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))