summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/init.el b/init.el index 91ebb25..736772d 100644 --- a/init.el +++ b/init.el
@@ -497,7 +497,17 @@
497 497
498;; Magit 498;; Magit
499(use-package magit 499(use-package magit
500 :bind ("C-z g" . magit-status)) 500 :bind ("C-x g" . magit-status)
501 :init (when (eq acdw/system :work)
502 (setenv "GIT_ASKPASS" "git-gui--askpass")))
503(use-package forge
504 :after magit)
505(use-package gitattributes-mode
506 :mode "\\.gitattributes\\'")
507(use-package gitconfig-mode
508 :mode "\\.gitconfig\\'")
509(use-package gitignore-mode
510 :mode "\\.gitignore\\'")
501 511
502;; crux 512;; crux
503(use-package crux 513(use-package crux