mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-editor: defer re-builder bindings (maps aren't loaded yet)
This commit is contained in:
@ -239,12 +239,12 @@
|
||||
:config
|
||||
(evil-set-initial-state 'reb-mode 'insert)
|
||||
(setq reb-re-syntax 'string)
|
||||
(map! :map rxt-help-mode-map
|
||||
:n [escape] 'kill-buffer-and-window
|
||||
:map reb-mode-map
|
||||
:n "C-g" 'reb-quit
|
||||
:n [escape] 'reb-quit
|
||||
:n [backtab] 'reb-change-syntax))
|
||||
(map! (:map* rxt-help-mode-map
|
||||
:n [escape] 'kill-buffer-and-window)
|
||||
(:map* reb-mode-map
|
||||
:n "C-g" 'reb-quit
|
||||
:n [escape] 'reb-quit
|
||||
:n [backtab] 'reb-change-syntax)))
|
||||
|
||||
(use-package pcre2el :commands (rxt-quote-pcre))
|
||||
|
||||
|
Reference in New Issue
Block a user