summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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