summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-27 00:30:48 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-27 00:30:48 -0500
commit3aedda668b29340a96893111f024093aacbc2455 (patch)
treeef31d87aba9509608efa45f08cea1a8f05640995 /snakemake-mode.el
parent0ad1db40d996e9ab15b01cbbaf971d508556a4bc (diff)
downloadsnakemake-mode-3aedda668b29340a96893111f024093aacbc2455.tar.gz
snakemake-mode.el: Remove local variables footer
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 374198a..46e4273 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -410,9 +410,4 @@ the block at point as the target.
(add-to-list 'auto-mode-alist '("\\.smrules\\'" . snakemake-mode))
(provide 'snakemake-mode)
-
-;; Local variables:
-;; sentence-end-double-space: t
-;; End:
-
;;; snakemake-mode.el ends here