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)
|
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
;; Windows, Frames
|
;; Windows, Frames
|
||||||
|
;; Windows, Frames
|
||||||
|
(setq initial-frame-alist
|
||||||
|
'((fullscreen . fullscreen)))
|
||||||
|
|
||||||
(setq default-frame-alist
|
(setq default-frame-alist
|
||||||
'((font . "Fira Code-11")
|
'((font . "Fira Code-11")
|
||||||
(alpha . 100)
|
(alpha . 100)
|
||||||
(width . 94)
|
(width . 94)
|
||||||
(height . 70)
|
(height . 70)))
|
||||||
(fullscreen . maximized)))
|
|
||||||
|
|
||||||
;; Mode line
|
;; Mode line
|
||||||
(setq-default mode-line-format
|
(setq-default mode-line-format
|
||||||
|
|
|
@ -39,7 +39,8 @@ There are two things you can do about this warning:
|
||||||
|
|
||||||
(use-package nov
|
(use-package nov
|
||||||
:config (setq nov-text-width nil nov-variable-pitch nil)
|
:config (setq nov-text-width nil nov-variable-pitch nil)
|
||||||
:hook (nov-mode . olivetti-mode))
|
;;:hook (nov-mode . olivetti-mode))
|
||||||
|
)
|
||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:init
|
:init
|
||||||
|
|
Loading…
Add table
Reference in a new issue