add new lines to fg42.el, wrap evil-magit for only evil users

This commit is contained in:
amirrezaask 2020-03-20 18:06:45 +03:30
parent 069766f635
commit 4f8e00f208
2 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,8 @@
(depends-on 'diff-hl)
(depends-on 'magit)
(depends-on 'gh)
(depends-on 'evil-magit))
(when (is-evil?)
(depends-on 'evil-magit)))
(with-ability github
(depends-on 'magithub))

View File

@ -37,6 +37,8 @@
(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.")