Make tabulated-list-revert-hook local
This keeps it from interfering with other `tabulated-list-mode'-based modes.
This commit is contained in:
parent
89031aacac
commit
8ba3302ae8
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ Enabling this global minor mode will add
|
|||
("Exists" 6 nil)
|
||||
("Location" 0 t)]
|
||||
tabulated-list-sort-key '("Label"))
|
||||
(add-hook 'tabulated-list-revert-hook #'dreg--refresh-list)
|
||||
(add-hook 'tabulated-list-revert-hook #'dreg--refresh-list nil :local)
|
||||
(tabulated-list-init-header))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Reference in a new issue