aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-01-24 14:27:55 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2019-01-24 14:27:55 +0100
commit175a0af88441a2be0c926725a9ecb9d74a7ad5a5 (patch)
tree7ec0ada385b560212b4b96cfa4c4918ec17132e6 /emacs/init.org
parentf1b372ed30eb096babb5cf29e7e8ddd46e7dcdb5 (diff)
downloaddotfiles-175a0af88441a2be0c926725a9ecb9d74a7ad5a5.tar.gz
dotfiles-175a0af88441a2be0c926725a9ecb9d74a7ad5a5.zip
emacs: removed writeroom-mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org8
1 files changed, 0 insertions, 8 deletions
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