forked from colonelpanic/dotfiles
[Emacs] Update tile hydra
This commit is contained in:
parent
015190b0d3
commit
c465a46054
@ -1435,17 +1435,25 @@ proced is an top like utility that runs inside of emacs. The following sets auto
|
|||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(defvar imalison:tall-tile-strategy (tile-split-n-tall 3))
|
(defvar imalison:tall-tile-strategy (tile-split-n-tall 3))
|
||||||
|
(defvar imalison:wide-tile-strategy tile-wide)
|
||||||
|
(defvar imalison:master-tile-strategy (tile-argument-buffer-fetcher
|
||||||
|
:layout tile-master-left))
|
||||||
(defhydra imalison:hydra-tile
|
(defhydra imalison:hydra-tile
|
||||||
nil
|
nil
|
||||||
"tile"
|
"tile"
|
||||||
("t" (tile :strategy imalison:tall-tile-strategy))
|
("t" (tile :strategy imalison:tall-tile-strategy))
|
||||||
|
("w" (tile :strategy imalison:wide-tile-strategy))
|
||||||
|
("m" (tile :strategy imalison:master-tile-strategy))
|
||||||
|
("s" tile-select)
|
||||||
|
("0" (tile :strategy tile-one))
|
||||||
("n" tile)
|
("n" tile)
|
||||||
("l" winner-undo)
|
("l" winner-undo))
|
||||||
("0" (tile :strategy tile-one)))
|
(setq tile-cycler
|
||||||
(defvar tile-strategies (list imalison:tall-tile-strategy
|
(tile-strategies :strategies
|
||||||
(tile-argument-buffer-fetcher
|
(list imalison:tall-tile-strategy
|
||||||
:layout tile-master-tall)
|
imalison:master-tile-strategy
|
||||||
tile-wide tile-one))))
|
imalison:wide-tile-strategy
|
||||||
|
tile-one)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** fill-column-indicator
|
** fill-column-indicator
|
||||||
This interferes with too many other packages. See
|
This interferes with too many other packages. See
|
||||||
|
Loading…
Reference in New Issue
Block a user