From 319dd86ee5b9b7c255a011a8faebceeb471de0ef Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 10 Sep 2021 18:29:29 -0500 Subject: Comment kaomoji --- init.el | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 40f40b2..c2101cc 100644 --- a/init.el +++ b/init.el @@ -1208,17 +1208,18 @@ specific to most general, they are these: (setup isearch (:option search-default-mode t)) -(setup (:straight (kaomoji - :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)) - (:global "C-x 8 k" #'kaomoji-insert)) +;; (setup (:straight (kaomoji +;; :host nil +;; :repo "https://tildegit.org/acdw/kaomoji-insert")) +;; (require 'kaomoji-insert) +;; (dolist (km'(("(Ծ‸ Ծ)" "suspicious") +;; ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") +;; ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") +;; ("👁👄👁" "lewk") +;; ("( ͡~ ͜ʖ ͡°)" "wink") +;; ("⊙﹏⊙" "uhhh" "unsure"))) +;; (add-to-list 'kaomoji-alist km)) +;; (:global "C-x 8 k" #'kaomoji-insert)) (setup (:straight lacarte) (:global "" #'lacarte-execute-menu-command)) -- cgit 1.4.1-21-gabe81