diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -384,6 +384,20 @@ | |||
384 | :bind-keymap ("C-c p" . projectile-command-map)) | 384 | :bind-keymap ("C-c p" . projectile-command-map)) |
385 | 385 | ||
386 | 386 | ||
387 | ;; --------------------------------- | ||
388 | ;; `Magit' - A git porcelain | ||
389 | ;; ------------------------- | ||
390 | ;; Magit provides a state-of-the-art | ||
391 | ;; interface for managing `git' | ||
392 | ;; repositories. | ||
393 | ;; --------------------------------- | ||
394 | |||
395 | (use-package magit | ||
396 | :straight t | ||
397 | :custom | ||
398 | (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) | ||
399 | |||
400 | |||
387 | 401 | ||
388 | 402 | ||
389 | ;; --------------------------------------------------------------------- | 403 | ;; --------------------------------------------------------------------- |