Open initial frame as fullscreen and dont hook olivetti mode by nov

This commit is contained in:
Marcus Kammer 2021-01-18 09:05:57 +01:00
parent 8f8894db50
commit fe63a39e81
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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