Remove color settings from oni-hydra
They’ve been moved to be part of ‘yoshi-theme’.
This commit is contained in:
parent
df1fe7c7eb
commit
19ffa2888e
1 changed files with 1 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0305.224628
|
;; Version: 2020.0306.225035
|
||||||
;; Package-Requires: (hydra posframe)
|
;; Package-Requires: (hydra posframe)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -30,12 +30,6 @@
|
||||||
|
|
||||||
(setq hydra-hint-display-type 'posframe)
|
(setq hydra-hint-display-type 'posframe)
|
||||||
|
|
||||||
(plist-put hydra-posframe-show-params :poshandler
|
|
||||||
'posframe-poshandler-window-bottom-center)
|
|
||||||
(plist-put hydra-posframe-show-params :internal-border-width 15)
|
|
||||||
(plist-put hydra-posframe-show-params :internal-border-color "#222222")
|
|
||||||
(plist-put hydra-posframe-show-params :background-color "#222222")
|
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load 'hydra (require 'oni-hydra))
|
;;;###autoload(with-eval-after-load 'hydra (require 'oni-hydra))
|
||||||
|
|
||||||
(provide 'oni-hydra)
|
(provide 'oni-hydra)
|
||||||
|
|
Loading…
Reference in a new issue