Make RET respect popups in Buffer-menu

This commit is contained in:
Henrik Lissner 2018-12-06 17:50:32 -05:00
parent 745bd3238c
commit b41e38dcf4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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