aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-08 15:18:12 -0700
committerGravatar Tom Willemse2020-03-08 15:18:12 -0700
commit0d4c8f18802a1c4697db23a0eef52d4a8a024625 (patch)
treeecd11ffa1d4bbe811dee1caf8d7e2a8e86193174 /oni-gui.el
parentb99d2dc5a7c8552a93e4b63c0ef03316b050ddc5 (diff)
downloademacs-config-0d4c8f18802a1c4697db23a0eef52d4a8a024625.tar.gz
emacs-config-0d4c8f18802a1c4697db23a0eef52d4a8a024625.zip
Add list-packages to common gui hydra
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el13
1 files changed, 8 insertions, 5 deletions
diff --git a/oni-gui.el b/oni-gui.el
index e04e944..65edab4 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0306.231839
+;; Version: 2020.0308.150126
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -52,11 +52,14 @@
(defhydra oni-gui-hydra (:color teal :hint nil)
"
-^Buffer^
-^^----------
-_br_: Revert
+^Buffer^ ^Packages^
+^^--------------------------
+_br_: Revert _pl_: List
+_bi_: Auto Insert ^^
"
- ("br" (revert-buffer nil t)))
+ ("br" (revert-buffer nil t))
+ ("bi" auto-insert)
+ ("pl" list-packages))
(setq-default cursor-type '(bar . 2))
(setq-default cursor-in-non-selected-windows 'box)