aboutsummaryrefslogtreecommitdiff
path: root/mixins/dev.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-02-22 01:08:57 -0700
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-02-22 01:10:59 -0700
commit84f786507d38e4df433171e3b96ae3a86e9e392d (patch)
tree2a0555ff58ba8578c86aa53c0ba36caa95249e5c /mixins/dev.el
parentc707e60949eeda92c437e2ea1dbd258d04a1bff1 (diff)
Create files for next mixins
Diffstat (limited to 'mixins/dev.el')
-rw-r--r--mixins/dev.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/mixins/dev.el b/mixins/dev.el
index 973919b..9f24b02 100644
--- a/mixins/dev.el
+++ b/mixins/dev.el
@@ -22,7 +22,8 @@
;; Magit: best Git client to ever exist
(use-package magit
- :ensure t)
+ :ensure t
+ :bind (("s-g" . magit-status)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;