diff options
author | Guangxiong Lin <[email protected]> | 2022-02-24 20:33:37 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-24 20:33:37 +0800 |
commit | fedb63716e2aa4fc58665bc039cfcdcd77a9aec9 (patch) | |
tree | 706cce3cece5e7b6294332081144dfa1c6d980cd /.emacs.d/lisp | |
parent | 345ae334a0f275c703ec360ca748bff57ce7c0ad (diff) | |
download | dotfiles-fedb63716e2aa4fc58665bc039cfcdcd77a9aec9.tar.gz dotfiles-fedb63716e2aa4fc58665bc039cfcdcd77a9aec9.tar.bz2 dotfiles-fedb63716e2aa4fc58665bc039cfcdcd77a9aec9.zip |
Add realgud
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-lang.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-lang.el b/.emacs.d/lisp/init-lang.el index 69798cf..514cd0f 100644 --- a/.emacs.d/lisp/init-lang.el +++ b/.emacs.d/lisp/init-lang.el @@ -37,4 +37,7 @@ (evil-define-key 'normal 'global (kbd "<leader>gs") 'magit)) +(use-package realgud + :ensure t) + (provide 'init-lang) |