Add keybinding for forge
This commit is contained in:
parent
d51b55b632
commit
53bd91ccf5
@ -1238,7 +1238,9 @@ Use ido-mode for completion within Magit:
|
||||
** Forge
|
||||
[[https://github.com/magit/forge][Forge]] is an extension for Magit that lets it interact with code forges (e.g. GitHub).
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package forge :quelpa)
|
||||
(use-package forge :quelpa
|
||||
:config
|
||||
(general-def 'normal magit-mode-map "'" #'forge-dispatch))
|
||||
#+END_SRC
|
||||
|
||||
* Ledger Mode
|
||||
|
Loading…
Reference in New Issue
Block a user