1
0
Fork 0

Add sort lines to gui hydra

This commit is contained in:
Tom Willemse 2020-03-08 17:15:56 -07:00
parent fa48b62f64
commit f903d0849e

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0308.150126 ;; Version: 2020.0308.170328
;; 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,14 +52,15 @@
(defhydra oni-gui-hydra (:color teal :hint nil) (defhydra oni-gui-hydra (:color teal :hint nil)
" "
^Buffer^ ^Packages^ ^Buffer^ ^Packages^ ^Sort^
^^-------------------------- ^^^^^^-----------------------------------
_br_: Revert _pl_: List _br_: Revert _pl_: List _sl_: Sort
_bi_: Auto Insert ^^ _bi_: Auto Insert ^^ ^^
" "
("br" (revert-buffer nil t)) ("br" (revert-buffer nil t))
("bi" auto-insert) ("bi" auto-insert)
("pl" list-packages)) ("pl" list-packages)
("sl" sort-lines))
(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)