feat: Enable global auto-revert mode
This commit is contained in:
parent
75bda91171
commit
ad0adbc726
1 changed files with 6 additions and 0 deletions
|
|
@ -269,6 +269,12 @@ Make cursor the width of the character it is under f.e. full width of a tab.
|
||||||
(setq x-stretch-cursor t)
|
(setq x-stretch-cursor t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Enable auto-revert
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq global-auto-revert-mode 1)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Resize-mode
|
* Resize-mode
|
||||||
|
|
||||||
Minor-mode to easily resize frames (works with EXWM (firefox, ...)).
|
Minor-mode to easily resize frames (works with EXWM (firefox, ...)).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue