[Emacs] Fix issue with forge bindins, prefer csetq to setq
This commit is contained in:
parent
92e2eaeebc
commit
ff045fdc3a
@ -2631,11 +2631,10 @@ doing and what Git is doing! In short, I absolutely love it!
|
|||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(setq forge-add-default-bindings t)
|
(setq forge-add-default-bindings nil)
|
||||||
:custom
|
|
||||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
|
||||||
:config
|
:config
|
||||||
(setq magit-clone-default-directory "~/fromGIT/")
|
(csetq magit-clone-default-directory "~/fromGIT/"
|
||||||
|
magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
||||||
(with-eval-after-load 'evil-collection
|
(with-eval-after-load 'evil-collection
|
||||||
(phundrak/evil
|
(phundrak/evil
|
||||||
:packages '(evil-collection magit)
|
:packages '(evil-collection magit)
|
||||||
|
Loading…
Reference in New Issue
Block a user