diff options
| author | Dominik Kaiser | 2025-02-10 19:02:03 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-10 19:02:03 +0100 |
| commit | 266a272612b2179b19880ee8ec618cb41159d5b5 (patch) | |
| tree | e0bc563d9060f1a4d9aa2920148c6e9bbb368a8e /README.org | |
| parent | f736d0fde09eb6ee0bba1ded3c98ef1ffe815701 (diff) | |
| download | emacs-266a272612b2179b19880ee8ec618cb41159d5b5.tar.gz emacs-266a272612b2179b19880ee8ec618cb41159d5b5.zip | |
Add magit
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -122,6 +122,14 @@ These settings ensure that block highlights aren't visible when collapsed. (use-package counsel-projectile :config (counsel-projectile-mode)) #+end_src +* Version Control +** Magit +#+begin_src lisp + (use-package magit + :commands (magit-status magit-get-current-branch) + :custom + (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) +#+end_src * 42 ** Header #+begin_src elisp |
