aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elisp/oni-elisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-elisp/oni-elisp.el')
-rw-r--r--oni-elisp/oni-elisp.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-elisp/oni-elisp.el b/oni-elisp/oni-elisp.el
index 4e3dca9..d39b0c3 100644
--- a/oni-elisp/oni-elisp.el
+++ b/oni-elisp/oni-elisp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.003353
+;; Version: 2021.1201.134052
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint handle elisp-format)
;; This program is free software; you can redistribute it and/or modify
@@ -58,7 +58,6 @@
symbol-end)
1 font-lock-constant-face)))
-;;;###autoload
(defun oni-elisp-snippets-initialize ()
"Initialize the snippets for ‘oni-elisp’."
(when (boundp 'yas-snippet-dirs)
@@ -121,7 +120,6 @@ _eb_: Buffer
(slot . 0)
(window-height . 0.33)))
-;;;###autoload
(with-eval-after-load 'elisp-mode
(with-eval-after-load 'yasnippet
(oni-elisp-snippets-initialize)))