mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Auto save org-mode buffers after 30 seconds
This commit is contained in:
parent
068f19e941
commit
ca8d5065d2
@ -91,6 +91,11 @@ When moving entries up and down in the buffer use `j` and `k` instead of `↑` a
|
|||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Auto save org-mode files
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'auto-save-hook 'org-save-all-org-buffers)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
- Set default org directories
|
- Set default org directories
|
||||||
- When task is set to `DONE` [[https://orgmode.org/manual/Closing-items.html][add timestamp and give the opportunity to type in a note]]
|
- When task is set to `DONE` [[https://orgmode.org/manual/Closing-items.html][add timestamp and give the opportunity to type in a note]]
|
||||||
- Show images in buffers as default
|
- Show images in buffers as default
|
||||||
|
Loading…
Reference in New Issue
Block a user