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