[emacs] Drop unnecessary function calls that went into org.el

This commit is contained in:
Sebastian Schulze 2023-08-14 15:35:36 +02:00
parent 3afbc0dab3
commit 16d1050749
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 0 additions and 6 deletions

View File

@ -286,14 +286,8 @@
(defun bascht/worklog ()
"Switch to my worklog workspace and append a new log"
(interactive)
(run-hooks 'doom-first-input-hook)
(add-hook 'after-save-hook 'bascht/worklog-back-to-scratchpad)
(setq writeroom-width 90)
(org-set-frame-title "Worklog")
(org-journal-new-entry nil)
(writeroom-mode)
(hide-mode-line-mode t)
(ef-themes-select 'ef-summer)
(evil-append nil))
(defun bascht/mu4e-change-from-to-catchall (msg)