summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-01 14:45:31 -0600
committerCase Duckworth2021-03-01 14:45:31 -0600
commitefdd2f2bf969b0a2724bedd9a16d5139a4d5e8d5 (patch)
tree376c9560e705ebf3d63bb0ba4e2f17848a7b0258 /init.el
parentRemove which-function-mode (diff)
downloademacs-efdd2f2bf969b0a2724bedd9a16d5139a4d5e8d5.tar.gz
emacs-efdd2f2bf969b0a2724bedd9a16d5139a4d5e8d5.zip
Modify git stuff
Diffstat (limited to 'init.el')
-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