summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-08 08:00:08 -0500
committerCase Duckworth2021-09-08 08:00:08 -0500
commit8cd77f5cb69fb89d690d6361e46d7d2f99e2f76b (patch)
treeaca41fbf4d5372e918c502e24b4f0f4b4a184d12 /init.el
parentAdd flymake (diff)
downloademacs-8cd77f5cb69fb89d690d6361e46d7d2f99e2f76b.tar.gz
emacs-8cd77f5cb69fb89d690d6361e46d7d2f99e2f76b.zip
Add kaomoji-insert
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 3671ed6..215ada1 100644 --- a/init.el +++ b/init.el
@@ -1120,6 +1120,11 @@ successive invocations."
1120(setup isearch 1120(setup isearch
1121 (:option search-default-mode t)) 1121 (:option search-default-mode t))
1122 1122
1123(setup (:straight (kaomoji
1124 :host nil
1125 :repo "https://tildegit.org/acdw/kaomoji-insert"))
1126 (:global "C-x 8 k" #'kaomoji-insert))
1127
1123(setup (:straight lacarte) 1128(setup (:straight lacarte)
1124 (:global "<f10>" #'lacarte-execute-menu-command)) 1129 (:global "<f10>" #'lacarte-execute-menu-command))
1125 1130