Add org-scractch function
This commit is contained in:
parent
aae7be3858
commit
373cf299e9
@ -9,6 +9,10 @@
|
||||
:config
|
||||
(add-hook 'org-mode-hook #'olivetti-mode)
|
||||
(add-hook 'org-mode-hook (lambda () (require 'org-attach)))
|
||||
(defun org-scratch ()
|
||||
(interactive)
|
||||
(switch-to-buffer "*org-scratch*")
|
||||
(org-mode))
|
||||
(defun org-find-daily-note ()
|
||||
(interactive)
|
||||
(let* ((filename (expand-file-name
|
||||
|
Loading…
Reference in New Issue
Block a user