mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make RET respect popups in Buffer-menu
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user