From afdac6187c0a40b3ffd8a36e22686f9d537e82b3 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 6 Jul 2023 08:03:42 +0200 Subject: [PATCH] Let Emacs save bookmarks when it is killed --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.org b/README.org index b1e17c6..3639812 100644 --- a/README.org +++ b/README.org @@ -786,6 +786,19 @@ and [[lst:3rd-window-management]] implement a selection of his recommendations. :override #'org-babel-python-format-session-value-override))) #+end_src +* [[info:emacs#Bookmarks][Bookmarks (info)]] +:PROPERTIES: +:CUSTOM_ID: sec:bookmarks +:END: + +#+caption[Let Emacs save bookmarks when it is killed]: +#+caption: Let Emacs save bookmarks when it is killed. +#+name: lst:setup-bookmark +#+begin_src emacs-lisp -n :results silent +(with-eval-after-load 'bookmark + (setopt bookmark-save-flag 1)) +#+end_src + * [[info:emacs#Dired][Dired: directory editor as file manager (info)]] :PROPERTIES: :CUSTOM_ID: sec:file-manager