Commit 987ff8c106de

Vincent Demeester <vincent@sbr.pm>
2018-05-04 14:09:37
Use *compilation* instead of the mode
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 63c7675
Changed files (1)
lisp/vde-windows.el
@@ -80,7 +80,7 @@
     (setq shackle-default-size 0.20)
 
     (setq shackle-rules
-          '((compilation-mode              :select nil :popup t               :size 0.15 :align below)
+          '(("*compilation*"               :select nil :popup t               :size 0.15 :align below)
             ("*undo-tree*"                                                    :size 0.25 :align right)
             ("*eshell*"                    :select t                          :other t               )
             ("*Shell Command Output*"      :select nil                                               )