From bede6c21cf26ed3da040b99694901c88987bf126 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 19 Sep 2021 23:41:08 -0700 Subject: [oni-counsel] Remove autoload cookie, load from ‘oni-core’ --- oni-core.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-core.el') diff --git a/oni-core.el b/oni-core.el index 1884bb4..b3fe1df 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0919.232156 +;; Version: 2021.0919.234012 ;; 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 @@ -261,6 +261,7 @@ _s_: String list" (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 'counsel (require 'oni-counsel)) (with-eval-after-load 'elfeed (require 'oni-elfeed)) (with-eval-after-load 'embrace (require 'oni-embrace)) (with-eval-after-load 'flycheck (require 'oni-flycheck)) @@ -297,6 +298,7 @@ _s_: String list" (ws-butler-global-mode) (which-key-mode) (auto-insert-mode) +(counsel-mode) (provide 'oni-core) ;;; oni-core.el ends here -- cgit v1.2.3-54-g00ecf