Skip to content

Commit

Permalink
Add autoload cookie to vcs plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
proofit404 committed Aug 21, 2014
1 parent 3bd1b27 commit 73d67bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2wm-vcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@

;; Commands / Keybindings

;;;###autoload
(defun e2wm:dp-magit ()
(interactive)
(e2wm:pst-change 'magit))
Expand Down Expand Up @@ -354,6 +355,7 @@

;; Commands / Keybindings

;;;###autoload
(defun e2wm:dp-monky ()
(interactive)
(e2wm:pst-change 'monky))
Expand Down Expand Up @@ -480,6 +482,7 @@

;; Commands / Keybindings

;;;###autoload
(defun e2wm:dp-svn ()
(interactive)
(e2wm:pst-change 'svn))
Expand Down

0 comments on commit 73d67bb

Please sign in to comment.