1
0
Fork 0

Add list-packages to common gui hydra

This commit is contained in:
Tom Willemse 2020-03-08 15:18:12 -07:00
parent b99d2dc5a7
commit 0d4c8f1880

View file

@ -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)