Let Emacs save bookmarks when it is killed
This commit is contained in:
parent
57576de1f1
commit
afdac6187c
13
README.org
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user