summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/init.el b/init.el index a7e0616..9fbc245 100644 --- a/init.el +++ b/init.el
@@ -461,8 +461,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
461 (:hook visual-line-mode)) 461 (:hook visual-line-mode))
462 462
463(setup (:straight-if (define-repeat-map 463(setup (:straight-if (define-repeat-map
464 :host nil 464 :host nil
465 :repo "https://tildegit.org/acdw/define-repeat-map.el") 465 :repo "https://tildegit.org/acdw/define-repeat-map.el")
466 (acdw/system :home)) 466 (acdw/system :home))
467 467
468 (defun acdw/other-window-or-switch-buffer-backward () 468 (defun acdw/other-window-or-switch-buffer-backward ()
@@ -1208,18 +1208,18 @@ specific to most general, they are these:
1208(setup isearch 1208(setup isearch
1209 (:option search-default-mode t)) 1209 (:option search-default-mode t))
1210 1210
1211;; (setup (:straight (kaomoji 1211(setup (:straight (kaomoji-insert
1212;; :host nil 1212 :host nil
1213;; :repo "https://tildegit.org/acdw/kaomoji-insert")) 1213 :repo "https://tildegit.org/acdw/kaomoji-insert"))
1214;; (require 'kaomoji-insert) 1214 (require 'kaomoji-insert)
1215;; (dolist (km'(("(Ծ‸ Ծ)" "suspicious") 1215 (dolist (km '(("(Ծ‸ Ծ)" "suspicious")
1216;; ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump") 1216 ("(¬‿¬)═ɜ ɛ═(⌐‿⌐ )" "pound it" "fist bump")
1217;; ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer") 1217 ("▬▬▬▬▬▬▬▋ Ò╭╮Ó" "hammer")
1218;; ("👁👄👁" "lewk") 1218 ("👁👄👁" "lewk")
1219;; ("( ͡~ ͜ʖ ͡°)" "wink") 1219 ("( ͡~ ͜ʖ ͡°)" "wink")
1220;; ("⊙﹏⊙" "uhhh" "unsure"))) 1220 ("⊙﹏⊙" "uhhh" "unsure")))
1221;; (add-to-list 'kaomoji-alist km)) 1221 (add-to-list 'kaomoji-insert-alist km))
1222;; (:global "C-x 8 k" #'kaomoji-insert)) 1222 (:global "C-x 8 k" #'kaomoji-insert))
1223 1223
1224(setup (:straight lacarte) 1224(setup (:straight lacarte)
1225 (:global "<f10>" #'lacarte-execute-menu-command)) 1225 (:global "<f10>" #'lacarte-execute-menu-command))