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:
parent
ff27832a2e
commit
4f1e9b2dd9
|
@ -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
|
||||||
|
|
Reference in a new issue