From bec16ae679c486c0c7191c4b04c72de3dda3b506 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Sep 2021 16:37:24 -0500 Subject: Add kaomoji --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index ab2e693..c9f5fbf 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit 1.4.1-21-gabe81