diff options
| author | 2021-09-19 23:22:09 -0700 | |
|---|---|---|
| committer | 2021-09-19 23:22:09 -0700 | |
| commit | 54859fa9a8f09d70023561cd28018a7519964222 (patch) | |
| tree | 46bedc20b495320c8f621cdb638f0fbfb060700c | |
| parent | 0e83518572bd7173709bdd489309e139e445734f (diff) | |
| download | emacs-config-54859fa9a8f09d70023561cd28018a7519964222.tar.gz emacs-config-54859fa9a8f09d70023561cd28018a7519964222.zip | |
[oni-conf] Remove autoload cookie, load from ‘oni-core’
| -rw-r--r-- | oni-conf/oni-conf.el | 4 | ||||
| -rw-r--r-- | oni-core.el | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/oni-conf/oni-conf.el b/oni-conf/oni-conf.el index a191501..13eff73 100644 --- a/oni-conf/oni-conf.el +++ b/oni-conf/oni-conf.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2021.0208.174956 +;; Version: 2021.0919.232140 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify @@ -60,7 +60,5 @@ (with-eval-after-load 'yasnippet (oni-conf-snippets-initialize))) -;;;###autoload(with-eval-after-load 'conf-mode (require 'oni-conf)) - (provide 'oni-conf) ;;; oni-conf.el ends here diff --git a/oni-core.el b/oni-core.el index 108e50e..1884bb4 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2021.0919.230704 +;; Version: 2021.0919.232156 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch) ;; This program is free software; you can redistribute it and/or modify @@ -260,6 +260,7 @@ _s_: String list" (with-eval-after-load 'cmake-mode (require 'oni-cmake)) (with-eval-after-load 'company (require 'oni-company)) (with-eval-after-load 'compile (require 'oni-compilation)) +(with-eval-after-load 'conf-mode (require 'oni-conf)) (with-eval-after-load 'elfeed (require 'oni-elfeed)) (with-eval-after-load 'embrace (require 'oni-embrace)) (with-eval-after-load 'flycheck (require 'oni-flycheck)) |
