summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-07-14 11:53:52 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-07-14 12:05:27 +0200
commit9a0a581ce775d9070f40f559a5aa466593e5a396 (patch)
tree41e3b65301b1ffb58a2b418363f8093acce8a098 /app-emacs/pandoc-mode/files
parentsci-mathematics/lean: drop old 3.42.1 (diff)
downloadgentoo-9a0a581ce775d9070f40f559a5aa466593e5a396.tar.gz
gentoo-9a0a581ce775d9070f40f559a5aa466593e5a396.tar.bz2
gentoo-9a0a581ce775d9070f40f559a5aa466593e5a396.zip
app-emacs/pandoc-mode: new package; add version 2.32
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/pandoc-mode/files')
-rw-r--r--app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el b/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el
new file mode 100644
index 000000000000..7b5175907861
--- /dev/null
+++ b/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'conditionally-turn-on-pandoc "pandoc-mode"
+ "Turn on pandoc-mode if a pandoc settings file exists.") ; non-interactive
+(autoload 'pandoc-mode "pandoc-mode"
+ "Minor mode for interacting with Pandoc." t)