about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-10 18:29:29 -0500
committerCase Duckworth2021-09-10 18:29:29 -0500
commit319dd86ee5b9b7c255a011a8faebceeb471de0ef (patch)
treed60395d7da60c5363d44848201fa0370e6ef1ad8 /init.el
parentFix flyspell-correct loading (diff)
downloademacs-319dd86ee5b9b7c255a011a8faebceeb471de0ef.tar.gz
emacs-319dd86ee5b9b7c255a011a8faebceeb471de0ef.zip
Comment kaomoji
Diffstat (limited to 'init.el')
-rw-r--r--init.el23
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))