Set default frame alist
This commit is contained in:
parent
ef9784a375
commit
c63140cbc8
2 changed files with 7 additions and 11 deletions
|
@ -1,3 +1,10 @@
|
|||
(setq default-frame-alist
|
||||
'((tab-bar-lines . 1)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 85)
|
||||
(height . 55)
|
||||
(vertical-scroll-bars)))
|
||||
|
||||
(use-package all-the-icons
|
||||
:if (display-graphic-p)
|
||||
:commands all-the-icons-install-fonts
|
||||
|
@ -9,11 +16,6 @@
|
|||
:if (display-graphic-p)
|
||||
:hook (dired-mode . all-the-icons-dired-mode))
|
||||
|
||||
;; (use-package doom-themes
|
||||
;; :init (setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||
;; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||
;; (load-theme 'doom-one t))
|
||||
|
||||
(use-package doom-modeline
|
||||
:init (doom-modeline-mode 1)
|
||||
:custom (doom-modeline-height 0))
|
||||
|
|
|
@ -10,12 +10,6 @@
|
|||
[default default default italic underline success warning error])
|
||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||
'(bookmark-default-file "~/bookmarks.el")
|
||||
'(default-frame-alist
|
||||
'((tab-bar-lines . 1)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 85)
|
||||
(height . 55)
|
||||
(alpha . 100)))
|
||||
'(delete-selection-mode nil)
|
||||
'(diary-file "~/Documents/org/diary")
|
||||
'(doc-view-resolution 150)
|
||||
|
|
Loading…
Add table
Reference in a new issue