summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-24 15:02:24 -0500
committerCase Duckworth2022-04-24 15:02:24 -0500
commit9b17702d3f448ead137e2ad0080a32d502632a0d (patch)
tree66fe763add80e06d328c9f8a3dcd5c4e9768608e /init.el
parentChange prot's urls (diff)
downloademacs-9b17702d3f448ead137e2ad0080a32d502632a0d.tar.gz
emacs-9b17702d3f448ead137e2ad0080a32d502632a0d.zip
Fix typo
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 6e80b41..ec534a6 100644 --- a/init.el +++ b/init.el
@@ -2436,7 +2436,8 @@ 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))))
2440 2441
2441(setup (:straight zzz-to-char) 2442(setup (:straight zzz-to-char)
2442 (:require +zzz-to-char) 2443 (:require +zzz-to-char)