summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-10 18:38:30 -0500
committerCase Duckworth2021-09-10 18:38:30 -0500
commit4e72e1a03eb5874e4af6dfb49e78039f7a2329fc (patch)
tree7e07d73a9483745a5b412add871c22039d51b465 /init.el
parentUpdate TODO (diff)
downloademacs-4e72e1a03eb5874e4af6dfb49e78039f7a2329fc.tar.gz
emacs-4e72e1a03eb5874e4af6dfb49e78039f7a2329fc.zip
Change define-repeat-map to only load at home
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index de77912..48f8063 100644 --- a/init.el +++ b/init.el
@@ -440,8 +440,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
440 (:hook visual-line-mode)) 440 (:hook visual-line-mode))
441 441
442(setup (:straight-if (define-repeat-map 442(setup (:straight-if (define-repeat-map
443 :host nil 443 :host nil
444 :repo "https://tildegit.org/acdw/define-repeat-map.el") 444 :repo "https://tildegit.org/acdw/define-repeat-map.el")
445 (acdw/system :home)) 445 (acdw/system :home))
446 446
447 (defun acdw/other-window-or-switch-buffer-backward () 447 (defun acdw/other-window-or-switch-buffer-backward ()