all repos — nixfiles @ 6dbc34a0cf8ac99269662d899edce0cfe7794181

System and user configuration, managed by nix and home-manager

emacs: make new magit buffers taller/full-size by default

Alan Pearce
commit

6dbc34a0cf8ac99269662d899edce0cfe7794181

parent

7e169a20e1da2f949b4a08a54df1b0cfc078c5bd

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -961,7 +961,7 @@ :init (customize-set-value 'magit-auto-revert-mode nil)
:config (progn (setq magit-section-visibility-indicator nil magit-diff-refine-hunk 'all - magit-display-buffer-function #'display-buffer) + magit-display-buffer-function #'magit-display-buffer-fullcolumn-most-v1) (remove-hook 'magit-status-sections-hook 'magit-insert-tags-header) (remove-hook 'magit-section-highlight-hook 'magit-section-highlight) (remove-hook 'magit-section-highlight-hook 'magit-section-highlight-selection)