Created
January 15, 2019 22:54
-
-
Save nic0-lab/60aee43dedaf50347d81e8da8039c1cb to your computer and use it in GitHub Desktop.
shackle config exemple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq shackle-rules | |
'(((svg-2048-mode circe-query-mode) :same t) | |
("*Help*" :align t :select t) | |
("\\`\\*helm.*?\\*\\'" :regexp t :align t) | |
((compilation-mode "\\`\\*firestarter\\*\\'" | |
"\\`\\*magit-diff: .*?\\'") :regexp t :noselect t) | |
("\\`\\*cider-repl .*" :regexp t :align t :size 0.2) | |
((inferior-scheme-mode "*shell*" "*eshell*") :popup t)) | |
shackle-default-rule '(:select t) | |
shackle-default-size 0.4 | |
shackle-inhibit-window-quit-on-same-windows t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment