Add list-packages to common gui hydra
This commit is contained in:
parent
b99d2dc5a7
commit
0d4c8f1880
1 changed files with 8 additions and 5 deletions
13
oni-gui.el
13
oni-gui.el
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0306.231839
|
;; Version: 2020.0308.150126
|
||||||
;; 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
|
||||||
|
@ -52,11 +52,14 @@
|
||||||
|
|
||||||
(defhydra oni-gui-hydra (:color teal :hint nil)
|
(defhydra oni-gui-hydra (:color teal :hint nil)
|
||||||
"
|
"
|
||||||
^Buffer^
|
^Buffer^ ^Packages^
|
||||||
^^----------
|
^^--------------------------
|
||||||
_br_: Revert
|
_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-type '(bar . 2))
|
||||||
(setq-default cursor-in-non-selected-windows 'box)
|
(setq-default cursor-in-non-selected-windows 'box)
|
||||||
|
|
Loading…
Reference in a new issue