omit dired buffers from zoom golden ratio resizing
This commit is contained in:
parent
6aeddd5b3a
commit
6d92b313d9
|
@ -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))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Reference in a new issue