forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
b7dccb7150
@ -1435,17 +1435,25 @@ proced is an top like utility that runs inside of emacs. The following sets auto
|
||||
:config
|
||||
(progn
|
||||
(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
|
||||
nil
|
||||
"tile"
|
||||
("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)
|
||||
("l" winner-undo)
|
||||
("0" (tile :strategy tile-one)))
|
||||
(defvar tile-strategies (list imalison:tall-tile-strategy
|
||||
(tile-argument-buffer-fetcher
|
||||
:layout tile-master-tall)
|
||||
tile-wide tile-one))))
|
||||
("l" winner-undo))
|
||||
(setq tile-cycler
|
||||
(tile-strategies :strategies
|
||||
(list imalison:tall-tile-strategy
|
||||
imalison:master-tile-strategy
|
||||
imalison:wide-tile-strategy
|
||||
tile-one)))))
|
||||
#+END_SRC
|
||||
** fill-column-indicator
|
||||
This interferes with too many other packages. See
|
||||
|
Loading…
Reference in New Issue
Block a user