mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Fix helm prompt; the unicode causes problems
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user