+bookmark-default-file

Bookmarks getting deleted everytime I update doom is so annoying.
Instead, store it in the private dir from the get go
This commit is contained in:
AChavali
2020-02-08 13:10:40 +00:00
parent ee610c65c4
commit 5353f9538b

View File

@@ -26,6 +26,7 @@ Load the literate.el file to start parsing.
(setq completion-ignore-case t)
(setq truncate-lines t)
(setq display-line-numbers-type nil)
(setq bookmark-default-file (expand-file-name (concat doom-private-dir "/bookmarks")))
(display-battery-mode 1)
(setq-default frame-title-format '("%b - εmacs"))
(cl-pushnew '("Libgen" "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car :test 'string=)