X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/0663524d44cf6256c812a186feca2e9b4d8d1aa7..3a59f3dbfd1fcf5d04e55b15eb01ae4b4bb61c0f:/contrib/stgit.el diff --git a/contrib/stgit.el b/contrib/stgit.el index 09dec8b..cce0c0e 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -1,3 +1,14 @@ +;; stgit.el: An emacs mode for StGit +;; +;; Copyright (C) 2007 David KÃ¥gedal +;; +;; To install: put this file on the load-path and place the following +;; in your .emacs file: +;; +;; (require 'stgit) +;; +;; To start: `M-x stgit' + (defun stgit (dir) "Manage stgit patches" (interactive "DDirectory: \n") @@ -146,3 +157,5 @@ (defun stgit-help () "Display help for the StGit mode." (interactive) (describe-function 'stgit-mode)) + +(provide 'stgit)