From 6550179743ed2f8a9958ec731d63c7b74aa8bddd Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 1 Sep 2020 12:54:46 +0200 Subject: Delight whitespace-mode, which-key-mode --- emacs-init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index 4b15bd1..4237164 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -300,9 +300,10 @@ to get a list of available commands. =which-key= shows these in a small popup, which I think is more handy. #+begin_src emacs-lisp (use-package which-key - :delight :straight t - :custom (which-key-idle-delay 0.4) + :custom + (which-key-idle-delay 0.4) + (which-key-lighter "") :config (which-key-mode 1)) #+end_src *** Try @@ -5472,6 +5473,7 @@ want it to be consistent within a file. Instead of =$= use =⏎= to indicate newlines #+begin_src emacs-lisp (use-package whitespace + :delight :custom (whitespace-display-mappings '((space-mark 32 [183] [46]) -- cgit v1.2.3