Skip to content

Instantly share code, notes, and snippets.

@saevarb
Created June 17, 2015 00:16
Show Gist options
  • Select an option

  • Save saevarb/7cc85cd324afb6d54ea9 to your computer and use it in GitHub Desktop.

Select an option

Save saevarb/7cc85cd324afb6d54ea9 to your computer and use it in GitHub Desktop.
(use-package magit
:ensure t
:init
(setq magit-last-seen-setup-instructions "1.4.0")
:config
(setq magit-repo-dirs '("~/.homesick/repos/dotfiles"))
(add-hook 'magit-hode-hook 'evil-leader-mode)
(add-hook 'magit-mode-hook 'turn-off-evil-mode)
(message (format "Value of magit-mode-hook after: %S" magit-mode-hook))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment