docs(emacs/applications): some config fixes
For some reason, Emacs won’t boot when using git-cliff, and transient must be loaded before some other packages.
This commit is contained in:
parent
35d74b4c2f
commit
a66c524408
@ -27,6 +27,12 @@
|
||||
"\n")
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package transient
|
||||
:straight (:build t)
|
||||
:defer t)
|
||||
#+end_src
|
||||
|
||||
** Bitwarden
|
||||
This package is still a very much work in progress one I’m developing
|
||||
in order to interact with Bitwarden in Emacs with the help of the
|
||||
@ -1478,18 +1484,6 @@ deactivate `magit-todos-mode', otherwise enable it."
|
||||
(csetq magit-todos-ignore-case t))
|
||||
#+end_src
|
||||
|
||||
Finally, =git-cliff= generates changelogs within Magit itself using [[https://github.com/orhun/git-cliff][=git-cliff=]].
|
||||
#+begin_src emacs-lisp
|
||||
(use-package git-cliff
|
||||
:straight (:build t :type git :host github :repo "liuyinz/git-cliff.el")
|
||||
:after (magit)
|
||||
:config
|
||||
(with-eval-after-load 'magit-tag
|
||||
(transient-append-suffix 'magit-tag
|
||||
'(1 0 -1)
|
||||
'("c" "changelog" git-cliff-menu))))
|
||||
#+end_src
|
||||
|
||||
*** Forge
|
||||
Forge acts as an interface for GitHub, Gitlab, and Bitbucket inside
|
||||
Magit. A lot of possibilities are present, you can read issues and
|
||||
|
Loading…
Reference in New Issue
Block a user