summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0663524)
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: David Kågedal <davidk@lysator.liu.se>
+;; stgit.el: An emacs mode for StGit
+;;
+;; Copyright (C) 2007 David Kågedal <davidk@lysator.liu.se>
+;;
+;; 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")
(defun stgit (dir)
"Manage stgit patches"
(interactive "DDirectory: \n")
"Display help for the StGit mode."
(interactive)
(describe-function 'stgit-mode))
"Display help for the StGit mode."
(interactive)
(describe-function 'stgit-mode))