quickurl-reread-hook-postfix

quickurl-reread-hook-postfix is a variable defined in `quickurl.el'.
Its value is

"\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n"

  • This variable may be risky if used as a file-local variable.

Documentation:
Example `quickurl-postfix' text that adds a local variable to the
`quickurl-url-file' so that if you edit it by hand it will ensure that
`quickurl-urls' is updated with the new URL list.

To make use of this do something like:

(setq quickurl-postfix quickurl-reread-hook-postfix)

in your init file (after loading/requiring quickurl).