diff --git a/init.org b/init.org index f81c1d2..5c9afc1 100644 --- a/init.org +++ b/init.org @@ -5181,6 +5181,13 @@ Potentially useful - https://www.draketo.de/software/emacs-javascript.html :hook (js2-mode-hook . skewer-mode)) #+END_SRC +* bookmarks +#+BEGIN_SRC emacs-lisp +(use-package bookmark + :hook (kill-emacs . bookmark-save) + :config (run-with-idle-timer 3 t #'bookmark-save)) +#+END_SRC + * recentf #+BEGIN_SRC emacs-lisp (use-package recentf