Skip to content

Commit

Permalink
Add codethumb to ne2wm:c-three+-recipe/winfo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Nov 18, 2012
1 parent 43ba938 commit c3ccd9e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ne2wm-pst-three+.el
Expand Up @@ -32,9 +32,10 @@


(defvar ne2wm:c-three+-recipe (defvar ne2wm:c-three+-recipe
'(| (:right-size 246) '(| (:right-size 246)
(- (:upper-size 7) (| codethumb
org-clock (- (:upper-size 7)
(- imenu history )) org-clock
(- imenu history )))
(| (:left-size 163) (| (:left-size 163)
(- (:lower-size 20) (| left right) sub) third))) (- (:lower-size 20) (| left right) sub) third)))


Expand All @@ -46,6 +47,7 @@
(:name imenu :plugin imenu) (:name imenu :plugin imenu)
(:name history :plugin history-list+) (:name history :plugin history-list+)
(:name org-clock :plugin org-clock) (:name org-clock :plugin org-clock)
(:name codethumb :plugin codethumb :default-hide t)
(:name sub :default-hide t))) (:name sub :default-hide t)))




Expand Down

0 comments on commit c3ccd9e

Please sign in to comment.