tweak zoom settings to also resize temp buffers, added note on what to call to toggle the mode if needed

This commit is contained in:
KemoNine 2023-04-07 11:05:09 -04:00
parent ff27832a2e
commit 4f1e9b2dd9
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@ position between last non-whitespace and `end-of-line'."
(setq zoom-size '(0.618 . 0.618))
(zoom-mode t)
(global-set-key (kbd "C-x +") 'zoom)
; zoom-mode can be bound to a key for toggle purposes
(custom-set-variables
'(temp-buffer-resize-mode t))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; quick reference notes as a pop up window