From c9212149da705dca5aae47f5d08414cdcf71b980 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 9 Sep 2020 08:51:26 -0700 Subject: Explicitly require hydra for configs that create hydras --- oni-elisp/oni-elisp.el | 5 +++-- oni-gui.el | 4 +++- oni-php/oni-php.el | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/oni-elisp/oni-elisp.el b/oni-elisp/oni-elisp.el index 1ac4708..587de53 100644 --- a/oni-elisp/oni-elisp.el +++ b/oni-elisp/oni-elisp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0907.143103 +;; Version: 2020.0909.085302 ;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci 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 @@ -27,8 +27,9 @@ ;;; Code: (require 'flycheck-relint) -(require 'yasnippet) (require 'handle) +(require 'hydra) +(require 'yasnippet) (let ((byte-compile-not-obsolete-funcs '(preceding-sexp))) (require 'erefactor)) diff --git a/oni-gui.el b/oni-gui.el index 016ba5f..0f86ff5 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0430.183530 +;; Version: 2020.0909.084951 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify @@ -26,6 +26,8 @@ ;;; Code: +(require 'hydra) + (add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15")) (add-to-list 'default-frame-alist '(internal-border-width . 15)) diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index a38dcea..f972505 100644 --- a/oni-php/oni-php.el +++ b/oni-php/oni-php.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0907.142339 +;; Version: 2020.0909.085313 ;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci oni-hydra ggtags fic-mode company-php phpcbf) ;; This program is free software; you can redistribute it and/or modify @@ -29,6 +29,7 @@ (require 'align) (require 'company) +(require 'hydra) (require 'php-mode) (require 'whitespace) (require 'yasnippet) -- cgit v1.2.3-54-g00ecf