diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-21 19:01:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-21 19:01:55 -0500 |
commit | ce9167f1bd415b32a56912abe09e141b971da248 (patch) | |
tree | 27117338194dc64a02efc66e96d07fce99c4ffe2 /emacsen | |
parent | Warn on non-existent SUBSTS.local file, make sure it's 600 (diff) |
Added markdown-mode
Diffstat (limited to 'emacsen')
-rw-r--r-- | emacsen/Makefile | 8 | ||||
m--------- | emacsen/markdown-mode | 0 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emacsen/Makefile b/emacsen/Makefile index 9a3abcf..3ee01e9 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -6,6 +6,7 @@ export ELISPDIR SUBDIRS = auto-complete \ auto-indent-mode \ magit \ + markdown-mode \ popup \ proofgeneral # color-theme-6.6.0 \ @@ -35,10 +36,10 @@ $(CLEANDIRS): $(MAKE) -C $(@:clean-%=%) clean # Manual overrides: -make-auto-indent-mode make-popup: +make-auto-indent-mode make-markdown-mode make-popup: touch $@ -clean-auto-indent-mode: +clean-auto-indent-mode clean-markdown-mode clean-popup: echo $@ make-auto-complete: @@ -64,6 +65,9 @@ install-magit: -mkdir -p $(EMACSD)/$(@:install-%=%) $(MAKE) -C $(@:install-%=%) -e PREFIX="" -e DESTDIR=$(EMACSD) \ -e SYSCONFDIR="" -e ELISP_INSTALL_DIR=$(EMACSD)/$(@:install-%=%) install +install-markdown-mode: + mkdir -p $(EMACSD)/$(@:install-%=%) + install -m 644 $(@:install-%=%)/markdown-mode.el $(EMACSD)/$(@:install-%=%)/ install-popup: mkdir -p $(EMACSD)/$(@:install-%=%) diff --git a/emacsen/markdown-mode b/emacsen/markdown-mode new file mode 160000 +Subproject 278baf5b1c7f8f72fb2e35403bcd65019052d9e |