Explicitly require hydra for configs that create hydras
This commit is contained in:
parent
e9f5cb9a3b
commit
c9212149da
3 changed files with 8 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -27,8 +27,9 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'flycheck-relint)
|
(require 'flycheck-relint)
|
||||||
(require 'yasnippet)
|
|
||||||
(require 'handle)
|
(require 'handle)
|
||||||
|
(require 'hydra)
|
||||||
|
(require 'yasnippet)
|
||||||
|
|
||||||
(let ((byte-compile-not-obsolete-funcs '(preceding-sexp)))
|
(let ((byte-compile-not-obsolete-funcs '(preceding-sexp)))
|
||||||
(require 'erefactor))
|
(require 'erefactor))
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0430.183530
|
;; Version: 2020.0909.084951
|
||||||
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'hydra)
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
||||||
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
(require 'align)
|
(require 'align)
|
||||||
(require 'company)
|
(require 'company)
|
||||||
|
(require 'hydra)
|
||||||
(require 'php-mode)
|
(require 'php-mode)
|
||||||
(require 'whitespace)
|
(require 'whitespace)
|
||||||
(require 'yasnippet)
|
(require 'yasnippet)
|
||||||
|
|
Loading…
Reference in a new issue