diff --git a/desktop-registry.el b/desktop-registry.el index de198f1..0cd363b 100644 --- a/desktop-registry.el +++ b/desktop-registry.el @@ -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