[Emacs] Don't load realgud anymore

This commit is contained in:
Ivan Malison 2023-03-24 15:48:34 -06:00
parent 9051bd04df
commit 41421fdb63
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3993,8 +3993,7 @@ modeline and with excessive http requests to github.
** realgud ** realgud
realgud provides debugging support with many external debuggers in emacs realgud provides debugging support with many external debuggers in emacs
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package realgud (use-package realgud)
:defer 10)
#+END_SRC #+END_SRC
** emr ** emr
emr (emacs refactor) provides support for refactoring in many programming languages emr (emacs refactor) provides support for refactoring in many programming languages