diff options
author | Asaf Ohaion <asaf.tvn@gmail.com> | 2010-12-20 10:53:54 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:03 -0600 |
commit | 37d4918c9a3ee61571bb0f8dffdb5bdaa27587d7 (patch) | |
tree | acf640217eb4fc585066b17eb6dc1d63c17e07b0 /development/magit/doinst.sh | |
parent | 470be7d533abddbd7a100ac47402fbb133d6c0ed (diff) | |
download | slackbuilds-37d4918c9a3ee61571bb0f8dffdb5bdaa27587d7.tar.gz |
development/magit: Added (Edit Git repositories with Emacs)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/magit/doinst.sh')
-rw-r--r-- | development/magit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/magit/doinst.sh b/development/magit/doinst.sh new file mode 100644 index 0000000000..13d792131b --- /dev/null +++ b/development/magit/doinst.sh @@ -0,0 +1,3 @@ +echo "" +echo "put \"(require 'magit)\" in youre emacs startup file to enable magit" +echo "" |