Archived
1
0
Fork 0

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

View file

@ -471,6 +471,9 @@ position between last non-whitespace and `end-of-line'."
(setq zoom-size '(0.618 . 0.618)) (setq zoom-size '(0.618 . 0.618))
(zoom-mode t) (zoom-mode t)
(global-set-key (kbd "C-x +") 'zoom) (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 ; quick reference notes as a pop up window