about 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.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/init.el b/init.el index 84dfceb..51bcf31 100644 --- a/init.el +++ b/init.el
@@ -1320,8 +1320,6 @@ See also `crux-reopen-as-root-mode'."
1320(setup (:straight zoom-frm)) 1320(setup (:straight zoom-frm))
1321 1321
1322(setup (:straight zzz-to-char) 1322(setup (:straight zzz-to-char)
1323 (:+key "M-z" (lambda (prefix) 1323 (:require +zzz-to-char)
1324 "Call `zzz-to-char' or `zzz-up-to-char' with PREFIX arg." 1324 (:option zzz-to-char-reach 1024)
1325 (interactive "P") 1325 (:global "M-z" #'+zzz-to-char))
1326 (call-interactively
1327 (if prefix #'zzz-up-to-char #'zzz-to-char)))))