General reformatting & comment revision/cleanup

This commit is contained in:
Henrik Lissner 2018-07-29 18:26:20 +02:00
parent 5f8f38f02a
commit cb7e471c90
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 7 additions and 10 deletions

View file

@ -9,7 +9,7 @@
(advice-add #'git-timemachine--show-minibuffer-details :override #'+vc*update-header-line)
(after! evil
;; Force evil to rehash keybindings for the current state
;; rehash evil keybindings so they are recognized
(add-hook 'git-timemachine-mode-hook #'evil-normalize-keymaps))
(when (featurep! :tools magit)

View file

@ -7,7 +7,8 @@ be set before `magithub' (and `magit') is loaded.")
(defvar +magit-hub-features
'(pull-request-merge commit-browse completion)
"What features to initialize when `magithub' is loaded. Set this to `t' to
load everything.")
load everything. See `magithub-feature-list' to see what features are
available.")
;;