X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b9d46ec704f654b7a95762810b54c95a6a194789..1d55cea327429e7f12863b6a3d217f96049cfbcb:/init.org?ds=inline diff --git a/init.org b/init.org index 9c64204..5a163e3 100644 --- a/init.org +++ b/init.org @@ -1016,7 +1016,10 @@ Not just how I do git, but /the/ way to do git. #+begin_src emacs-lisp (use-package magit :defer 1 - :general (amin--leader-keys "g s" 'magit-status) + :general + (amin--leader-keys + "g s" 'magit-status + "g l" 'magit-log-buffer-file) :bind ("s-g" . magit-status) :config (magit-add-section-hook 'magit-status-sections-hook @@ -2114,7 +2117,7 @@ Hopefully temporary. "")))) #+end_src -** magithub +** COMMENT magithub For when I /have to/ use GH.