Created
September 3, 2010 01:15
-
-
Save gongo/563242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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