diff options
author | Case Duckworth | 2021-09-10 18:38:47 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-10 18:38:47 -0500 |
commit | 4694914ac2fb3e065351df80169ec323028ff796 (patch) | |
tree | 97be6dd08988bbf7fa04af3c0ee02e523a780c03 | |
parent | Change define-repeat-map to only load at home (diff) | |
download | emacs-4694914ac2fb3e065351df80169ec323028ff796.tar.gz emacs-4694914ac2fb3e065351df80169ec323028ff796.zip |
Require kaomoji
-rw-r--r-- | init.el | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/init.el b/init.el index 48f8063..d184baa 100644 --- a/init.el +++ b/init.el | |||
@@ -1179,16 +1179,17 @@ specific to most general, they are these: | |||
1179 | (setup isearch | 1179 | (setup isearch |
1180 | (:option search-default-mode t)) | 1180 | (:option search-default-mode t)) |
1181 | 1181 | ||
1182 | (setup (:straight (kaomoji | 1182 | (setup (:straight (kaomoji-insert |
1183 | :host nil | 1183 | :host nil |
1184 | :repo "https://tildegit.org/acdw/kaomoji-insert")) | 1184 | :repo "https://tildegit.org/acdw/kaomoji-insert")) |
1185 | (dolist (km'(("(Ծ‸ Ծ)" "suspicious") | 1185 | (require 'kaomoji-insert) |
1186 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") | 1186 | (dolist (km '(("(Ծ‸ Ծ)" "suspicious") |
1187 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") | 1187 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") |
1188 | ("👁👄👁" "lewk") | 1188 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") |
1189 | ("( ͡~ ͜ʖ ͡°)" "wink") | 1189 | ("👁👄👁" "lewk") |
1190 | ("⊙﹏⊙" "uhhh" "unsure"))) | 1190 | ("( ͡~ ͜ʖ ͡°)" "wink") |
1191 | (add-to-list 'kaomoji-alist km)) | 1191 | ("⊙﹏⊙" "uhhh" "unsure"))) |
1192 | (add-to-list 'kaomoji-insert-alist km)) | ||
1192 | (:global "C-x 8 k" #'kaomoji-insert)) | 1193 | (:global "C-x 8 k" #'kaomoji-insert)) |
1193 | 1194 | ||
1194 | (setup (:straight lacarte) | 1195 | (setup (:straight lacarte) |