From fedb63716e2aa4fc58665bc039cfcdcd77a9aec9 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 24 Feb 2022 20:33:37 +0800 Subject: Add realgud --- .emacs.d/lisp/init-lang.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d') 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 "gs") 'magit)) +(use-package realgud + :ensure t) + (provide 'init-lang) -- cgit v1.2.3