Fix helm prompt; the unicode causes problems

This commit is contained in:
Henrik Lissner 2016-01-02 15:06:04 -05:00
parent 6fcd97a8f4
commit 55c1528bef

View file

@ -2,7 +2,7 @@
(use-package helm (use-package helm
:init :init
(defvar helm-global-prompt "⮁⮁⮁ ") (defvar helm-global-prompt ">>> ")
(setq-default (setq-default
helm-quick-update t helm-quick-update t
helm-reuse-last-window-split-state t helm-reuse-last-window-split-state t