summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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)