Compare commits
5 commits
e9e3eb63ab
...
85e155924f
Author | SHA1 | Date | |
---|---|---|---|
85e155924f | |||
2bce40ade8 | |||
5bb99cae01 | |||
d14e7e4adc | |||
0852772ed2 |
1 changed files with 0 additions and 11 deletions
|
@ -74,17 +74,6 @@
|
|||
org-M-RET-may-split-line '((item . nil)) ;; https://irreal.org/blog/?p=6297
|
||||
)
|
||||
|
||||
(defun theurgy-refresh-org-files ()
|
||||
"Alternative to revert-all-org-buffers, which is a bit more intelligent."
|
||||
(interactive)
|
||||
(dolist (f org-agenda-files)
|
||||
(with-current-buffer (find-file-noselect f t)
|
||||
(revert-buffer t t))))
|
||||
|
||||
(theurgy-refresh-org-files)
|
||||
|
||||
(add-hook 'before-make-frame-hook #'theurgy-refresh-org-files)
|
||||
|
||||
;; Org modern and other interface enhancements
|
||||
(use-package org-modern
|
||||
:hook ((org-mode . org-modern-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue