[core] Enable eager spacebind bindings by default

This commit is contained in:
duianto 2020-04-15 15:12:50 +02:00
parent d95d41f55b
commit acdb59767c
2 changed files with 2 additions and 1 deletions

View File

@ -672,6 +672,7 @@ Other:
(thanks to Vitor Finotti and Robby O'Connor)
- Added reference handler as per jump handler (thanks to Fangrui Song)
- Added =spacemacs/iwb-region-or-buffer= (thanks to bb2020)
- Enabled eager spacebind bindings by default
*** Distribution changes
- Refactored =spacemacs-bootstrap=, =spacemacs-ui=, and =spacemacs-ui-visual=
layers:

View File

@ -11,7 +11,7 @@
(require 'core-keybindings)
(defvar spacebind--eager-bind nil
(defvar spacebind--eager-bind t
"If true bind keys right after `spacmeacs|spacebind' macro-expanse.
Otherwise binding happens at the next event loop.")