Fix helm prompt; the unicode causes problems
This commit is contained in:
parent
6fcd97a8f4
commit
55c1528bef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue