mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2022-01-01 c0c15b0059d4aff31ac376f0b19f7742ed436cc7
Auto revert buffers
1 files modified
6 ■■■■■ changed files
config.org 6 ●●●●● patch | view | raw | blame | history
config.org
@@ -704,6 +704,12 @@
  (use-package highlight-indentation
    :hook (prog-mode . highlight-indentation-mode))
#+END_SRC
** Auto revert mode
Update unchanged buffers if underlying file changes.
#+BEGIN_SRC emacs-lisp
  (global-auto-revert-mode)
#+END_SRC
* Mode line tweaks
Diminish is used but is included in init.el such that it can be used throughout this document
** Spaceline