diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -76,4 +76,9 @@ (use-package counsel-projectile :config (counsel-projectile-mode)) +(use-package magit + :commands (magit-status magit-get-current-branch) + :custom + (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) + (load "~/.config/emacs/42header.el") |
