diff --git a/TODO.org b/TODO.org index ddbcd30..c543983 100644 --- a/TODO.org +++ b/TODO.org @@ -24,6 +24,10 @@ ** TODO Look into =which-key= [[https://github.com/justbur/emacs-which-key#2017-12-13-added-which-key-enable-extended-define-key][bind naming]] +** TODO Look at [[https://github.com/karthink/.emacs.d/blob/master/lisp/setup-icomplete.el#L768][embark-complete setup]] + +from karthink (and prot) + * Productivity ** TODO Set up Org Capture diff --git a/init.el b/init.el index 7a6ee83..de77912 100644 --- a/init.el +++ b/init.el @@ -1186,7 +1186,8 @@ specific to most general, they are these: ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") ("👁👄👁" "lewk") - ("( ͡~ ͜ʖ ͡°)" "wink"))) + ("( ͡~ ͜ʖ ͡°)" "wink") + ("⊙﹏⊙" "uhhh" "unsure"))) (add-to-list 'kaomoji-alist km)) (:global "C-x 8 k" #'kaomoji-insert))