Skip to content

Commit

Permalink
Use Melpa version of el2markdown
Browse files Browse the repository at this point in the history
Because the "empty line in code block" issue that I reported is now
fixed -- Lindydancer/el2markdown#7
  • Loading branch information
kaushalmodi committed Aug 22, 2016
1 parent af3eebe commit 180afe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion elisp/el2markdown
Submodule el2markdown deleted from b91bec
3 changes: 1 addition & 2 deletions setup-files/setup-el2markdown.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
;; Time-stamp: <2016-08-10 11:07:52 kmodi>
;; Time-stamp: <2016-08-22 18:42:59 kmodi>

;; https://github.com/Lindydancer/el2markdown

(use-package el2markdown
:load-path "elisp/el2markdown"
:bind (:map modi-mode-map
("C-c R" . el2markdown-write-readme)))

Expand Down

0 comments on commit 180afe5

Please sign in to comment.