Make RET respect popups in Buffer-menu
This commit is contained in:
parent
745bd3238c
commit
b41e38dcf4
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
||||||
;;
|
;;
|
||||||
;; External functions
|
;; External functions
|
||||||
|
|
||||||
|
;; `buff-menu'
|
||||||
|
(define-key Buffer-menu-mode-map (kbd "RET") #'Buffer-menu-other-window)
|
||||||
|
|
||||||
|
|
||||||
;; `company'
|
;; `company'
|
||||||
(progn
|
(progn
|
||||||
(defun +popup*dont-select-me (orig-fn &rest args)
|
(defun +popup*dont-select-me (orig-fn &rest args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue