Skip to content

Instantly share code, notes, and snippets.

@nic0-lab
Created January 15, 2019 22:54
Show Gist options
  • Save nic0-lab/60aee43dedaf50347d81e8da8039c1cb to your computer and use it in GitHub Desktop.
Save nic0-lab/60aee43dedaf50347d81e8da8039c1cb to your computer and use it in GitHub Desktop.
shackle config exemple
(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