remove some unicode for terminal compatibility

fully deactivating might be (set-terminal-coding-system 'iso-latin-1)
This commit is contained in:
2022-02-22 16:39:48 +01:00
parent 3bc17d82de
commit 4ca87469a6
9 changed files with 48 additions and 47 deletions

View File

@@ -9,7 +9,7 @@
;; https://github.com/justbur/emacs-which-key#manual-activation
;;(setq which-key-show-early-on-C-h t) ;; Allow C-h to trigger which-key before it is done automatically
(use-package which-key
:delight (which-key-mode "") ;; K
:delight (which-key-mode "K") ;; \u24C0 K
:init
(setq which-key-idle-delay 1.0)
(setq which-key-idle-secondary-delay 0.05)