ui/zen: disable fullscreening properly
Setting writeroom-fullscreen-effect to nil wasn't the correct way to disable fullscreen.
This commit is contained in:
parent
4688113380
commit
87f72c096c
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@
|
|||
;;; Packages
|
||||
|
||||
(after! writeroom-mode
|
||||
(setq writeroom-fullscreen-effect nil
|
||||
writeroom-maximize-window nil)
|
||||
;; Users should be able to activate writeroom-mode in one buffer (e.g. an org
|
||||
;; buffer) and code in another. Fullscreening/maximizing will be opt-in.
|
||||
(setq writeroom-maximize-window nil)
|
||||
(remove-hook 'writeroom-global-effects 'writeroom-set-fullscreen)
|
||||
|
||||
(add-hook! 'writeroom-mode-hook
|
||||
(defun +zen-enable-mixed-pitch-mode-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue