From a427ca2dca4a4736b4da8f857cd960ddb68515a3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 12 Jul 2023 17:26:03 -0600 Subject: [PATCH] [Emacs] Remove magithub and helm-descbinds --- dotfiles/emacs.d/README.org | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index de1a2989..9dee360a 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1824,10 +1824,6 @@ I use helm for almost all emacs completion :candidate-number-limit 99999 :buffer "*helm org inbuffer*")))) - (use-package helm-descbinds - :defer 4 - :config (helm-descbinds-mode 1)) - (use-package helm-ag :bind ("C-c p 1" . imalison:set-helm-ag-extra-options) :preface @@ -3899,16 +3895,8 @@ alphanumeric characters only." *** forge #+begin_src emacs-lisp (use-package forge - :disabled t :after magit) #+end_src -*** magithub -I've disabled magithub because it causes magit to be super slow -#+BEGIN_SRC emacs-lisp -(use-package magithub - :disabled t - :after magit) -#+END_SRC ** vc #+begin_src emacs-lisp (use-package vc