From 7f8da57f4d510ab8d35711ccf44b3c1ee0238405 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 7 Aug 2021 19:53:41 -0700 Subject: [oni-core] Require ‘package’ to use ‘package-installed-p’ --- oni-core.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'oni-core.el') diff --git a/oni-core.el b/oni-core.el index e8250a6..fab0390 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0730.231111 +;; Version: 2021.0807.195258 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard) ;; This program is free software; you can redistribute it and/or modify @@ -30,14 +30,16 @@ ;;; Code: +(require 'auth-source) (require 'diminish) (require 'gcmh) (require 'hydra) -(require 'oni-data-dir) +(require 'package) (require 'recentf) (require 'which-key) (require 'ws-butler) -(require 'auth-source) + +(require 'oni-data-dir) (defconst oni-core--auto-save-directory (oni-data-dir-locate "auto-save-files/") "Directory where auto-saves go.") -- cgit v1.2.3-54-g00ecf