diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index ab2e693..c9f5fbf 100644 --- a/init.el +++ b/init.el | |||
@@ -1172,6 +1172,12 @@ specific to most general, they are these: | |||
1172 | (setup (:straight (kaomoji | 1172 | (setup (:straight (kaomoji |
1173 | :host nil | 1173 | :host nil |
1174 | :repo "https://tildegit.org/acdw/kaomoji-insert")) | 1174 | :repo "https://tildegit.org/acdw/kaomoji-insert")) |
1175 | (dolist (km'(("(Ծ‸ Ծ)" "suspicious") | ||
1176 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") | ||
1177 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") | ||
1178 | ("👁👄👁" "lewk") | ||
1179 | ("( ͡~ ͜ʖ ͡°)" "wink"))) | ||
1180 | (add-to-list 'kaomoji-alist km)) | ||
1175 | (:global "C-x 8 k" #'kaomoji-insert)) | 1181 | (:global "C-x 8 k" #'kaomoji-insert)) |
1176 | 1182 | ||
1177 | (setup (:straight lacarte) | 1183 | (setup (:straight lacarte) |