diff options
author | noa@gaiwan.org | 2024-06-23 13:07:03 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 13:07:03 +0000 |
commit | 36eb240b899981dccbdf471a1bff0c574a754986 (patch) | |
tree | d08513cea7a017c479919c81fe7cef89842b116b /config.org | |
parent | 968fdd548896d11c4659361407d4080b355442d6 (diff) |
Replace cape with built in emoji search
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 6 |
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" |