diff options
-rw-r--r-- | init.el | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/init.el b/init.el index 40f40b2..c2101cc 100644 --- a/init.el +++ b/init.el | |||
@@ -1208,17 +1208,18 @@ specific to most general, they are these: | |||
1208 | (setup isearch | 1208 | (setup isearch |
1209 | (:option search-default-mode t)) | 1209 | (:option search-default-mode t)) |
1210 | 1210 | ||
1211 | (setup (:straight (kaomoji | 1211 | ;; (setup (:straight (kaomoji |
1212 | :host nil | 1212 | ;; :host nil |
1213 | :repo "https://tildegit.org/acdw/kaomoji-insert")) | 1213 | ;; :repo "https://tildegit.org/acdw/kaomoji-insert")) |
1214 | (dolist (km'(("(Ծ‸ Ծ)" "suspicious") | 1214 | ;; (require 'kaomoji-insert) |
1215 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") | 1215 | ;; (dolist (km'(("(Ծ‸ Ծ)" "suspicious") |
1216 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") | 1216 | ;; ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") |
1217 | ("👁👄👁" "lewk") | 1217 | ;; ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") |
1218 | ("( ͡~ ͜ʖ ͡°)" "wink") | 1218 | ;; ("👁👄👁" "lewk") |
1219 | ("⊙﹏⊙" "uhhh" "unsure"))) | 1219 | ;; ("( ͡~ ͜ʖ ͡°)" "wink") |
1220 | (add-to-list 'kaomoji-alist km)) | 1220 | ;; ("⊙﹏⊙" "uhhh" "unsure"))) |
1221 | (:global "C-x 8 k" #'kaomoji-insert)) | 1221 | ;; (add-to-list 'kaomoji-alist km)) |
1222 | ;; (:global "C-x 8 k" #'kaomoji-insert)) | ||
1222 | 1223 | ||
1223 | (setup (:straight lacarte) | 1224 | (setup (:straight lacarte) |
1224 | (:global "<f10>" #'lacarte-execute-menu-command)) | 1225 | (:global "<f10>" #'lacarte-execute-menu-command)) |