Let Emacs save bookmarks when it is killed

This commit is contained in:
Gerard Vermeulen 2023-07-06 08:03:42 +02:00
parent 57576de1f1
commit afdac6187c
1 changed files with 13 additions and 0 deletions

View File

@ -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