summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el')
-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)