load keybinding helpers on startup

This commit is contained in:
amirrezaask 2020-03-20 02:38:00 +03:30
parent 7467c0f839
commit 79a24331c4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
(require 'fg42/splash)
(require 'fg42/race)
(require 'fg42/utils)
(require 'fg42/key-bindings)
(defvar fg42-before-initialize-hook nil
"This hook will be called before FG42 initilization process.")