Set default frame
This commit is contained in:
parent
56548d15fe
commit
86d058aecb
1 changed files with 8 additions and 0 deletions
|
@ -96,3 +96,11 @@
|
||||||
(add-hook 'diary-mark-entries-hook 'diary-mark-included-diary-files)
|
(add-hook 'diary-mark-entries-hook 'diary-mark-included-diary-files)
|
||||||
(setq compilation-ask-about-save nil)
|
(setq compilation-ask-about-save nil)
|
||||||
(setq vc-handled-backends '(Git Hg)) ;; Only use Git and Hg for VC
|
(setq vc-handled-backends '(Git Hg)) ;; Only use Git and Hg for VC
|
||||||
|
|
||||||
|
(setq default-frame-alist
|
||||||
|
'((font . "MonoLisa-12")
|
||||||
|
(width . 92)
|
||||||
|
(height . 62)
|
||||||
|
(alpha . 100)
|
||||||
|
(horizontal-scroll-bars)
|
||||||
|
(vertical-scroll-bars)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue