From 4694914ac2fb3e065351df80169ec323028ff796 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 10 Sep 2021 18:38:47 -0500 Subject: Require kaomoji --- init.el | 17 +++++++++-------- 1 file 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: (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) -- cgit 1.4.1-21-gabe81