diff options
-rw-r--r-- | TODO.org | 4 | ||||
-rw-r--r-- | init.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org index ddbcd30..c543983 100644 --- a/TODO.org +++ b/TODO.org | |||
@@ -24,6 +24,10 @@ | |||
24 | 24 | ||
25 | ** TODO Look into =which-key= [[https://github.com/justbur/emacs-which-key#2017-12-13-added-which-key-enable-extended-define-key][bind naming]] | 25 | ** TODO Look into =which-key= [[https://github.com/justbur/emacs-which-key#2017-12-13-added-which-key-enable-extended-define-key][bind naming]] |
26 | 26 | ||
27 | ** TODO Look at [[https://github.com/karthink/.emacs.d/blob/master/lisp/setup-icomplete.el#L768][embark-complete setup]] | ||
28 | |||
29 | from karthink (and prot) | ||
30 | |||
27 | * Productivity | 31 | * Productivity |
28 | 32 | ||
29 | ** TODO Set up Org Capture | 33 | ** 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: | |||
1186 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") | 1186 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") |
1187 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") | 1187 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") |
1188 | ("👁👄👁" "lewk") | 1188 | ("👁👄👁" "lewk") |
1189 | ("( ͡~ ͜ʖ ͡°)" "wink"))) | 1189 | ("( ͡~ ͜ʖ ͡°)" "wink") |
1190 | ("⊙﹏⊙" "uhhh" "unsure"))) | ||
1190 | (add-to-list 'kaomoji-alist km)) | 1191 | (add-to-list 'kaomoji-alist km)) |
1191 | (:global "C-x 8 k" #'kaomoji-insert)) | 1192 | (:global "C-x 8 k" #'kaomoji-insert)) |
1192 | 1193 | ||