summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-16 08:38:42 -0500
committerCase Duckworth2021-09-16 08:38:42 -0500
commit37c0066b86d09e695f432c6284e7d02b692ea489 (patch)
tree93026826d9af7ed9f2e7d9dca65b88436e5136f9 /init.el
parentMove el-patch loading to early-init.el (diff)
downloademacs-37c0066b86d09e695f432c6284e7d02b692ea489.tar.gz
emacs-37c0066b86d09e695f432c6284e7d02b692ea489.zip
Indentation
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
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