summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-24 15:03:04 -0500
committerCase Duckworth2022-04-24 15:03:04 -0500
commit3219bf88cc0cdf788a30be2251ed304df202ab26 (patch)
treefe70dc92c3dcdb560ebca527bd7867c3d769cc49 /init.el
parentFix typo (diff)
downloademacs-3219bf88cc0cdf788a30be2251ed304df202ab26.tar.gz
emacs-3219bf88cc0cdf788a30be2251ed304df202ab26.zip
Correction: uh, not a typo but whatever
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index ec534a6..6e80b41 100644 --- a/init.el +++ b/init.el
@@ -2436,8 +2436,7 @@ See also `crux-reopen-as-root-mode'."
2436 2436
2437(setup (:straight zoom-frm) 2437(setup (:straight zoom-frm)
2438 (:+key "M-+" #'zoom-frm-in 2438 (:+key "M-+" #'zoom-frm-in
2439 "M-_" #'zoom-frm-out) 2439 "M-_" #'zoom-frm-out))
2440 (dolist (c '(zoom-frm-in zoom-frm-out))))
2441 2440
2442(setup (:straight zzz-to-char) 2441(setup (:straight zzz-to-char)
2443 (:require +zzz-to-char) 2442 (:require +zzz-to-char)