From 175a0af88441a2be0c926725a9ecb9d74a7ad5a5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 Jan 2019 14:27:55 +0100 Subject: emacs: removed writeroom-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 8 -------- 1 file changed, 8 deletions(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 83edab6..647cf3d 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -687,14 +687,6 @@ this, we have =wc-mode=. :ensure t) #+END_SRC -Next on the list, we have =writeroom-mode=. I honestly don't use this package -that often, but it's cool to have a distraction-free screen from time to time. - -#+BEGIN_SRC elisp - (use-package writeroom-mode - :ensure t) -#+END_SRC - Editing files as root is a bit of a pain because usually the root user doesn't have the same configuration as the current one, and attempting to do so can be messy. So, instead of that, we could advice the =find-file= function so if the -- cgit v1.2.3