summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-09 16:36:06 -0500
committerCase Duckworth2021-09-09 16:36:06 -0500
commitf6abf27c735a33516765bbc680ce2b51c85da3b4 (patch)
tree797e2f55400f5609e61f2184ebe89ba50f8f13c7 /init.el
parentTry to get circe highlight to work again??? (diff)
downloademacs-f6abf27c735a33516765bbc680ce2b51c85da3b4.tar.gz
emacs-f6abf27c735a33516765bbc680ce2b51c85da3b4.zip
Only enable define-repeat-map at home
Work laptop... does something screwy.  IDK.
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el index da7cf59..9d67a03 100644 --- a/init.el +++ b/init.el
@@ -439,9 +439,10 @@ AKA, DO NOT USE THIS FUNCTION!!!"
439(setup debugger 439(setup debugger
440 (:hook visual-line-mode)) 440 (:hook visual-line-mode))
441 441
442(setup (:straight (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 446
446 (defun acdw/other-window-or-switch-buffer-backward () 447 (defun acdw/other-window-or-switch-buffer-backward ()
447 (interactive) 448 (interactive)