Update emacs.org
This commit is contained in:
parent
230f0e4b9b
commit
d84e0b252d
1 changed files with 9 additions and 7 deletions
|
@ -763,13 +763,15 @@ Should make startup faster, taken from doom-emacs
|
|||
** Dev Packages
|
||||
*** Magit (git in emacs)
|
||||
#+begin_src emacs-lisp
|
||||
(use-package magit
|
||||
:straight t
|
||||
:custom
|
||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
||||
)
|
||||
(use-package magit-todos
|
||||
:straight t)
|
||||
(use-package magit
|
||||
:straight t
|
||||
:custom
|
||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
||||
)
|
||||
(use-package magit-todos
|
||||
:straight t
|
||||
:after magit
|
||||
:config (magit-todos-mode 1))
|
||||
#+end_src
|
||||
*** Forge for Magit (Adds github, gitlab, etc PRs and Issues to magit)
|
||||
make sure to setup authinfo
|
||||
|
|
Loading…
Reference in a new issue