aboutsummaryrefslogtreecommitdiffstats
path: root/oni-nxml/oni-nxml.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-nxml/oni-nxml.el')
-rw-r--r--oni-nxml/oni-nxml.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-nxml/oni-nxml.el b/oni-nxml/oni-nxml.el
index 0ba3390..4ecce90 100644
--- a/oni-nxml/oni-nxml.el
+++ b/oni-nxml/oni-nxml.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0228.102451
+;; Version: 2021.1201.134152
;; Package-Requires: (oni-yasnippet reformatter)
;; This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@
(expand-file-name "snippets" oni-nxml-root)
"The directory where ‘oni-nxml’ stores its snippets.")
-;;;###autoload
(defun oni-nxml-snippets-initialize ()
"Initialize the snippets for ‘oni-nxml’."
(when (boundp 'yas-snippet-dirs)
@@ -62,7 +61,6 @@
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode))
-;;;###autoload
(with-eval-after-load 'nxml-mode
(with-eval-after-load 'yasnippet
(oni-nxml-snippets-initialize)))