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
|
** Dev Packages
|
||||||
*** Magit (git in emacs)
|
*** Magit (git in emacs)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:straight t
|
:straight t
|
||||||
:custom
|
:custom
|
||||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
||||||
)
|
)
|
||||||
(use-package magit-todos
|
(use-package magit-todos
|
||||||
:straight t)
|
:straight t
|
||||||
|
:after magit
|
||||||
|
:config (magit-todos-mode 1))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Forge for Magit (Adds github, gitlab, etc PRs and Issues to magit)
|
*** Forge for Magit (Adds github, gitlab, etc PRs and Issues to magit)
|
||||||
make sure to setup authinfo
|
make sure to setup authinfo
|
||||||
|
|
Loading…
Reference in a new issue