From a66c524408d0717398695bcfa72950b868d05e57 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 3 Nov 2023 19:53:46 +0100 Subject: [PATCH] docs(emacs/applications): some config fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason, Emacs won’t boot when using git-cliff, and transient must be loaded before some other packages. --- docs/emacs/packages/applications.org | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/emacs/packages/applications.org b/docs/emacs/packages/applications.org index bb8bf62..f019568 100644 --- a/docs/emacs/packages/applications.org +++ b/docs/emacs/packages/applications.org @@ -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