remove package menu, long live straight.el
This commit is contained in:
parent
1edaf80485
commit
a8ebe39320
|
@ -3526,11 +3526,6 @@ I like tab completion...regardless of what the helm zealots say.
|
||||||
"iu" #'pdf-annot-add-underline-markup-annotation
|
"iu" #'pdf-annot-add-underline-markup-annotation
|
||||||
"io" #'pdf-annot-add-strikeout-markup-annotation)
|
"io" #'pdf-annot-add-strikeout-markup-annotation)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** package-menu
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(add-hook 'package-menu-mode-hook
|
|
||||||
(lambda () (evil-collection-package-menu-setup)))
|
|
||||||
#+END_SRC
|
|
||||||
**** term
|
**** term
|
||||||
Since I use vi mode in my terminal emulator, need to preserve the escape key's raw behavior
|
Since I use vi mode in my terminal emulator, need to preserve the escape key's raw behavior
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue