diff options
-rw-r--r-- | init.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/init.el b/init.el index 217bb85..771f73c 100644 --- a/init.el +++ b/init.el | |||
@@ -490,8 +490,8 @@ AKA, DO NOT USE THIS FUNCTION!!!" | |||
490 | (:hook visual-line-mode)) | 490 | (:hook visual-line-mode)) |
491 | 491 | ||
492 | (setup (:straight-if (define-repeat-map | 492 | (setup (:straight-if (define-repeat-map |
493 | :host nil | 493 | :host nil |
494 | :repo "https://tildegit.org/acdw/define-repeat-map.el") | 494 | :repo "https://tildegit.org/acdw/define-repeat-map.el") |
495 | (acdw/system :home)) | 495 | (acdw/system :home)) |
496 | 496 | ||
497 | (defun acdw/other-window-or-switch-buffer-backward () | 497 | (defun acdw/other-window-or-switch-buffer-backward () |
@@ -1255,11 +1255,11 @@ specific to most general, they are these: | |||
1255 | :repo "https://tildegit.org/acdw/kaomoji-insert")) | 1255 | :repo "https://tildegit.org/acdw/kaomoji-insert")) |
1256 | (require 'kaomoji-insert) | 1256 | (require 'kaomoji-insert) |
1257 | (dolist (km '(("(Ծ‸ Ծ)" "suspicious") | 1257 | (dolist (km '(("(Ծ‸ Ծ)" "suspicious") |
1258 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") | 1258 | ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") |
1259 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") | 1259 | ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") |
1260 | ("👁👄👁" "lewk") | 1260 | ("👁👄👁" "lewk") |
1261 | ("( ͡~ ͜ʖ ͡°)" "wink") | 1261 | ("( ͡~ ͜ʖ ͡°)" "wink") |
1262 | ("⊙﹏⊙" "uhhh" "unsure"))) | 1262 | ("⊙﹏⊙" "uhhh" "unsure"))) |
1263 | (add-to-list 'kaomoji-insert-alist km)) | 1263 | (add-to-list 'kaomoji-insert-alist km)) |
1264 | (:global "C-x 8 k" #'kaomoji-insert)) | 1264 | (:global "C-x 8 k" #'kaomoji-insert)) |
1265 | 1265 | ||