From 41421fdb63a6ae9c2465822257c0b3a7f1218a55 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 24 Mar 2023 15:48:34 -0600 Subject: [PATCH] [Emacs] Don't load realgud anymore --- dotfiles/emacs.d/README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 73b26f76..0cdaeef4 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3993,8 +3993,7 @@ modeline and with excessive http requests to github. ** realgud realgud provides debugging support with many external debuggers in emacs #+BEGIN_SRC emacs-lisp -(use-package realgud - :defer 10) +(use-package realgud) #+END_SRC ** emr emr (emacs refactor) provides support for refactoring in many programming languages