Save all visited URLs

master
Pierre Neidhardt 2018-07-12 17:30:18 +02:00
parent 5a7e1f69e8
commit bccb6a2f88
1 changed files with 4 additions and 0 deletions

View File

@ -375,6 +375,10 @@
(setq woman-fill-column fill-column)
;;; Save all visited URLs.
(setq url-history-track t
url-history-file (expand-file-name "url/history" user-emacs-directory))
(setq abbrev-file-name (expand-file-name "abbrev_defs" "~/personal"))
(provide 'main)