summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/config.org b/config.org
index d0236ef..fbc332d 100644
--- a/config.org
+++ b/config.org
@@ -1549,11 +1549,7 @@ Similar to the above, we have to manually set the font we want to be used for em
While we're here, let's set up emoji input.
#+begin_src elisp
- (package-ensure '(cape
- :url "https://github.com/minad/cape.git"))
- (add-to-list 'vertico-multiform-categories
- '(cape-emoji grid quick (vertico-grid-annotate . 6)))
- (global-set-key (kbd "C-.") #'cape-emoji)
+ (global-set-key (kbd "C-.") #'emoji-search)
#+end_src
Describe a key based on a string like "C-SPC"