This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; reftex in markdown mode | |
;; if this isn't already set in your .emacs | |
(setq reftex-default-bibliography '("/path/to/library.bib")) | |
;; define markdown citation formats | |
(defvar markdown-cite-format) | |
(setq markdown-cite-format | |
'( | |
(?\C-m . "[@%l]") |