aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-lang.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-12 01:56:42 +0800
committerGuangxiong Lin <[email protected]>2022-03-12 01:56:42 +0800
commitddaedccc85d189987cd14253c96c16cb7c4ee2b2 (patch)
treea3b8bcc3b0956b92c51a745ba8bd51c6da364019 /.emacs.d/lisp/init-lang.el
parent48049c415e1428451a037e3c1a0bbdbdd3fe5f29 (diff)
downloaddotfiles-ddaedccc85d189987cd14253c96c16cb7c4ee2b2.tar.gz
dotfiles-ddaedccc85d189987cd14253c96c16cb7c4ee2b2.tar.bz2
dotfiles-ddaedccc85d189987cd14253c96c16cb7c4ee2b2.zip
Fix keybind for magit (emacs)
Diffstat (limited to '.emacs.d/lisp/init-lang.el')
-rw-r--r--.emacs.d/lisp/init-lang.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-lang.el b/.emacs.d/lisp/init-lang.el
index 884f2a4..dc76b90 100644
--- a/.emacs.d/lisp/init-lang.el
+++ b/.emacs.d/lisp/init-lang.el
@@ -33,7 +33,7 @@
(use-package magit
:ensure t
:commands (magit magit-status)
- :config
+ :init
(setq magit-refresh-status-buffer nil)
(evil-define-key 'normal 'global
(kbd "<leader>gs") 'magit))