Imported sources
[vee.git] / windowed.el
blob50fd57ae2740335685265f57873703122484a9a5
1 (setq vee/color-theme 'vee/color-theme-dark-vee)
3 (mwheel-install)
5 (add-to-list 'default-frame-alist '(cursor-type . (bar . 3)))
6 (add-to-list 'default-frame-alist '(font . "6x13"))
8 (when (and vee/color-theme (require? 'color-theme))
9 (funcall! vee/color-theme :may-require vee/color-theme))
11 (setq frame-title-format "emacs - %b")
13 (provide 'vee/windowed)