Fork me on GitHub
#emacs
<
2018-12-24
>
jaide17:12:13

'(popwin:special-display-config
    (quote
      (("^\\*Flycheck.+\\*$" :regexp t :position bottom :noselect t :dedicated t :stick t)
        ("*cider-doc*" :height 0.4 :position bottom :noselect nil :dedicated t :stick t)
        ("\\*cider-(error|repl|test).*\\*" :regexp t :width 0.4 :position right :dedicated t :stick t)
        ("*Google Translate*" :height 0.4 :position bottom :noselect t :dedicated t :stick t)
        ("^*WoMan.+*$" :regexp t :position bottom)
        ("*nosetests*" :position bottom :noselect nil :dedicated t :stick t)
        ("*grep*" :position bottom :noselect nil :dedicated t :stick t)
        ("*ert*" :position bottom :noselect nil :dedicated t :stick t)
        ("*undo-tree Diff*" :height 0.3 :position bottom :noselect nil :dedicated t :stick t)
        ("*undo-tree*" :width 60 :position right :noselect nil :dedicated t :stick t)
        ("*Async Shell Command*" :position bottom :noselect nil :dedicated t :stick t)
        ("*Shell Command Output*" :position bottom :noselect nil :dedicated t :stick t)
        ("*compilation*" :height 0.4 :position bottom :noselect t :dedicated t :stick t)
        ("*Process List*" :height 0.4 :position bottom :noselect nil :dedicated t :stick t)
        ("*Help*" :height 0.4 :position bottom :noselect t :dedicated t :stick t))))
I’m trying to get popwin to treat all cider-(repl|error|test).* the same but it doesn’t appear to work.