[core] Enable eager spacebind bindings by default
This commit is contained in:
parent
d95d41f55b
commit
acdb59767c
2 changed files with 2 additions and 1 deletions
|
@ -672,6 +672,7 @@ Other:
|
||||||
(thanks to Vitor Finotti and Robby O'Connor)
|
(thanks to Vitor Finotti and Robby O'Connor)
|
||||||
- Added reference handler as per jump handler (thanks to Fangrui Song)
|
- Added reference handler as per jump handler (thanks to Fangrui Song)
|
||||||
- Added =spacemacs/iwb-region-or-buffer= (thanks to bb2020)
|
- Added =spacemacs/iwb-region-or-buffer= (thanks to bb2020)
|
||||||
|
- Enabled eager spacebind bindings by default
|
||||||
*** Distribution changes
|
*** Distribution changes
|
||||||
- Refactored =spacemacs-bootstrap=, =spacemacs-ui=, and =spacemacs-ui-visual=
|
- Refactored =spacemacs-bootstrap=, =spacemacs-ui=, and =spacemacs-ui-visual=
|
||||||
layers:
|
layers:
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
(require 'core-keybindings)
|
(require 'core-keybindings)
|
||||||
|
|
||||||
(defvar spacebind--eager-bind nil
|
(defvar spacebind--eager-bind t
|
||||||
"If true bind keys right after `spacmeacs|spacebind' macro-expanse.
|
"If true bind keys right after `spacmeacs|spacebind' macro-expanse.
|
||||||
Otherwise binding happens at the next event loop.")
|
Otherwise binding happens at the next event loop.")
|
||||||
|
|
||||||
|
|
Reference in a new issue