From a8ebe39320adaaf59fb62392b718f21905fd29f6 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 8 May 2019 14:51:25 -0400 Subject: [PATCH] remove package menu, long live straight.el --- etc/conf.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 1220b39..3ef6209 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3526,11 +3526,6 @@ I like tab completion...regardless of what the helm zealots say. "iu" #'pdf-annot-add-underline-markup-annotation "io" #'pdf-annot-add-strikeout-markup-annotation) #+END_SRC -**** package-menu -#+BEGIN_SRC emacs-lisp -(add-hook 'package-menu-mode-hook - (lambda () (evil-collection-package-menu-setup))) -#+END_SRC **** term Since I use vi mode in my terminal emulator, need to preserve the escape key's raw behavior #+BEGIN_SRC emacs-lisp