emacs - Allow / for searching in package-menu-mode
This commit is contained in:
parent
7bbcc270cf
commit
0355168a26
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@
|
|||
(add-hook 'text-mode-hook 'turn-on-auto-fill)
|
||||
(setq-default fill-column 80)
|
||||
|
||||
;; Allow "/" for search in package-menu
|
||||
(define-key package-menu-mode-map (kbd "/") 'swiper)
|
||||
|
||||
(push '("melpa" . "http://melpa.milkbox.net/packages/") package-archives)
|
||||
|
||||
(custom-set-variables
|
||||
|
|
Loading…
Reference in a new issue