Add kaomoji

This commit is contained in:
Case Duckworth 2021-09-09 16:37:24 -05:00
parent 509ac5d09f
commit bec16ae679
1 changed files with 6 additions and 0 deletions

View File

@ -1172,6 +1172,12 @@ specific to most general, they are these:
(setup (:straight (kaomoji
:host nil
:repo "https://tildegit.org/acdw/kaomoji-insert"))
(dolist (km'(("(Ծ‸ Ծ)" "suspicious")
("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump")
("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer")
("👁👄👁" "lewk")
("( ͡~ ͜ʖ ͡°)" "wink")))
(add-to-list 'kaomoji-alist km))
(:global "C-x 8 k" #'kaomoji-insert))
(setup (:straight lacarte)