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
|
||||
:init
|
||||
(defvar helm-global-prompt "⮁⮁⮁ ")
|
||||
(defvar helm-global-prompt ">>> ")
|
||||
(setq-default
|
||||
helm-quick-update t
|
||||
helm-reuse-last-window-split-state t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue