Open initial frame as fullscreen and dont hook olivetti mode by nov
This commit is contained in:
parent
8f8894db50
commit
fe63a39e81
2 changed files with 7 additions and 3 deletions
|
@ -63,12 +63,15 @@
|
|||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
;; Windows, Frames
|
||||
;; Windows, Frames
|
||||
(setq initial-frame-alist
|
||||
'((fullscreen . fullscreen)))
|
||||
|
||||
(setq default-frame-alist
|
||||
'((font . "Fira Code-11")
|
||||
(alpha . 100)
|
||||
(width . 94)
|
||||
(height . 70)
|
||||
(fullscreen . maximized)))
|
||||
(height . 70)))
|
||||
|
||||
;; Mode line
|
||||
(setq-default mode-line-format
|
||||
|
|
|
@ -39,7 +39,8 @@ There are two things you can do about this warning:
|
|||
|
||||
(use-package nov
|
||||
:config (setq nov-text-width nil nov-variable-pitch nil)
|
||||
:hook (nov-mode . olivetti-mode))
|
||||
;;:hook (nov-mode . olivetti-mode))
|
||||
)
|
||||
|
||||
(use-package projectile
|
||||
:init
|
||||
|
|
Loading…
Add table
Reference in a new issue