fix: Enable syd-repl-mode /before/ displaying the buffer
This ensures that display-buffer-alist predicates can test for repl buffers.
This commit is contained in:
@@ -67,7 +67,7 @@ adjustment.")
|
||||
(when (featurep 'evil)
|
||||
;; For maximum escape coverage in emacs state buffers; this only works in
|
||||
;; GUI Emacs, in tty Emacs use C-g instead
|
||||
(define-key map [escape] #'doom/escape))
|
||||
(define-key map [escape] #'syd/escape))
|
||||
map)
|
||||
"Active keymap in popup windows. See `doom-popup-buffer-mode'.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user