remove package menu, long live straight.el

This commit is contained in:
ndwarshuis 2019-05-08 14:51:25 -04:00
parent 1edaf80485
commit a8ebe39320
1 changed files with 0 additions and 5 deletions

View File

@ -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