Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
remove dead var from magit config
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Aug 2, 2015
1 parent 3aa3564 commit e242619
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ since 'js2-mode' steps on bindings I use globally..." )
:if genehack/git-executable
:commands magit-status
:config (progn
(define-key magit-status-mode-map (kbd "q") 'magit-quit-session)
(setq magit-last-seen-setup-instructions "1.4.0"))
(define-key magit-status-mode-map (kbd "q") 'magit-quit-session))
:ensure magit)

(if genehack/git-executable
Expand Down

0 comments on commit e242619

Please sign in to comment.