Add kaomoji-insert

This commit is contained in:
Case Duckworth 2021-09-08 08:00:08 -05:00
parent cd8eebbc8b
commit 8cd77f5cb6
1 changed files with 5 additions and 0 deletions

View File

@ -1120,6 +1120,11 @@ successive invocations."
(setup isearch
(:option search-default-mode t))
(setup (:straight (kaomoji
:host nil
:repo "https://tildegit.org/acdw/kaomoji-insert"))
(:global "C-x 8 k" #'kaomoji-insert))
(setup (:straight lacarte)
(:global "<f10>" #'lacarte-execute-menu-command))