Comment kaomoji

This commit is contained in:
Case Duckworth 2021-09-10 18:29:29 -05:00
parent 9b076cc3d9
commit 319dd86ee5
1 changed files with 12 additions and 11 deletions

23
init.el
View File

@ -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 "<f10>" #'lacarte-execute-menu-command))