omit dired buffers from zoom golden ratio resizing

This commit is contained in:
KemoNine 2023-04-08 09:17:09 -04:00
parent 6aeddd5b3a
commit 6d92b313d9
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ position between last non-whitespace and `end-of-line'."
(global-set-key (kbd "C-x +") 'zoom)
; zoom-mode can be bound to a key for toggle purposes
(custom-set-variables
'(zoom-ignored-major-modes '(dired-mode))
'(temp-buffer-resize-mode t))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;