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 (setup isearch
(:option search-default-mode t)) (:option search-default-mode t))
(setup (:straight (kaomoji (setup (:straight (kaomoji-insert
:host nil :host nil
:repo "https://tildegit.org/acdw/kaomoji-insert")) :repo "https://tildegit.org/acdw/kaomoji-insert"))
(dolist (km'(("(Ծ‸ Ծ)" "suspicious") (require 'kaomoji-insert)
("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") (dolist (km '(("(Ծ‸ Ծ)" "suspicious")
("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump")
("👁👄👁" "lewk") ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer")
("( ͡~ ͜ʖ ͡°)" "wink") ("👁👄👁" "lewk")
("⊙﹏⊙" "uhhh" "unsure"))) ("( ͡~ ͜ʖ ͡°)" "wink")
(add-to-list 'kaomoji-alist km)) ("⊙﹏⊙" "uhhh" "unsure")))
(add-to-list 'kaomoji-insert-alist km))
(:global "C-x 8 k" #'kaomoji-insert)) (:global "C-x 8 k" #'kaomoji-insert))
(setup (:straight lacarte) (setup (:straight lacarte)