Skip to content

Commit

Permalink
git-commit-mode: require dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 2, 2013
1 parent c869699 commit 830b538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git-commit-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@

;;; Code:

(require 'saveplace)
(require 'server)

(defgroup git-commit nil
"Mode for editing git commit messages"
:prefix "git-commit-"
Expand Down

0 comments on commit 830b538

Please sign in to comment.