From c6d44c516bc6831762e22f8547f5eb066e550ceb Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 28 Aug 2021 14:20:45 +0100 Subject: Enable revert mode for dired, etc --- .emacs.d/lisp/init-editor.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/lisp/init-editor.el') diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index 4047fba..d1d80cb 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -27,6 +27,7 @@ (setq large-file-warning-threshold 100000000) (setq create-lockfiles nil) (delete-selection-mode t) + (setq global-auto-revert-non-file-buffers t) (global-auto-revert-mode t) (setq backup-directory-alist -- cgit 1.4.1-2-gfad0 c'>this commit mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/Makefile
blob: 1c0b5fda2b587dde7c1faf5891648c03dd678bf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82