Require kaomoji

This commit is contained in:
Case Duckworth 2021-09-10 18:38:47 -05:00
parent 4e72e1a03e
commit 4694914ac2
1 changed files with 9 additions and 8 deletions

17
init.el
View File

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