summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-09-01 12:54:46 +0200
committerfpi2020-09-28 12:01:30 +0200
commit6550179743ed2f8a9958ec731d63c7b74aa8bddd (patch)
tree1705b89ba58e82f2f19aa61d1ae0a272437c775b
parentAdd org-protocol capture templates (diff)
Delight whitespace-mode, which-key-mode
-rw-r--r--emacs-init.org6
1 files 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])