aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-hydra.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/oni-hydra.el b/oni-hydra.el
index 502577e..7960d4c 100644
--- a/oni-hydra.el
+++ b/oni-hydra.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0305.224628
+;; Version: 2020.0306.225035
;; Package-Requires: (hydra posframe)
;; This program is free software; you can redistribute it and/or modify
@@ -30,12 +30,6 @@
(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))
(provide 'oni-hydra)