

(setq mode-line-format nil) is buffer local unfortunately maximize window if fullscreen above had no effect to restore: (setq mode-line-format (default-value 'mode-line-format))
#Change aquamacs theme code
This tries to create a fullscreen frame, and sends the magic code on Windows to maximize. All other buffers in this frame will get their modeline back. Instead, it only works for the current buffer – the NOTES file. Unfortunately I have not found a ways of doing this for all buffers in a frame. It opens your NOTES file and gets rid of the modeline. The new frame has no scroll bar, no tool bar, no menu bar, no minibuffer (it uses the minibuffer of your old frame), no fringe, and some internal border. The following code maximizes the new frame on Windows and uses the fullscreen frame parameter for other systems. See WordCount’s reference to word-count.el for this feature. One feature of WriteRoom that this does not have a live WordCount on the statusbar. (color-theme-subtle-hacker) Choose your favorite theme (set-face-foreground 'mode-line "gray15")Ĭancel the mode ( defun darkroom-mode-reset () (color-theme-retro-green) requires color-theme (switch-full-screen 1) requires above function

"Make things simple-looking by removing decoration

Set the mode (from the thread ): ( defun darkroom-mode () Requirements: color-themes.el is used for the green on black retro theme. (shell-command "wmctrl -r :ACTIVE: -btoggle,fullscreen"))) Dark Room (shell-command "wmctrl -r :ACTIVE: -bremove,fullscreen")) (shell-command "wmctrl -r :ACTIVE: -badd,fullscreen")) Modified from FullScreen: ( defun switch-full-screen ( &optional ii) Alternatively, you could use the code below to configure your own version and make Emacs work similarly by getting rid of all the distractions. There are a number of packages that provide a similar experience in Emacs. WriteRoom or DarkRoom is a simple FullScreen distraction-free workspace that some writers like.
