Skip to content

Instantly share code, notes, and snippets.

@gongo
Created September 3, 2010 01:15
Show Gist options
  • Save gongo/563242 to your computer and use it in GitHub Desktop.
Save gongo/563242 to your computer and use it in GitHub Desktop.
(global-set-key (kbd "M-+") 'e2wm:start-management)
(require 'e2wm)
;;--------------------------------------------------
;; code
;;--------------------------------------------------
(setq e2wm:c-code-recipe
'(| (:left-size-ratio 0.8)
(- (:upper-size-ratio 0.5)
main sub)
(- (:upper-size-ratio 0.3)
clock imenu)
))
(setq e2wm:c-code-winfo
'((:name main)
(:name clock :plugin clock)
(:name sub :buffer "*info*" :default-hide t)
(:name imenu :plugin imenu :default-hide nil))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment