aboutsummaryrefslogtreecommitdiffstats
path: root/oni-web.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-web.el')
-rw-r--r--oni-web.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-web.el b/oni-web.el
index 2dc78df..3cb666e 100644
--- a/oni-web.el
+++ b/oni-web.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.1210.231451
+;; Version: 2021.1123.002232
;; Package-Requires: (web-mode oni-flycheck)
;; This program is free software; you can redistribute it and/or modify
@@ -51,8 +51,6 @@
(add-hook 'web-mode-hook #'oni-web--whitespace-mode)
(add-hook 'web-mode-hook 'oni-web--auto-fill-mode)
-;;;###autoload(with-eval-after-load 'web-mode (require 'oni-web))
-
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode))