Remove useless function

This commit is contained in:
Dimitri Lozeve 2022-11-18 14:59:19 +01:00
parent 1ac382d117
commit 5f2dee64a3

View file

@ -604,15 +604,11 @@
(interactive)
(find-file "~/notes/planner.org"))
(defun journal ()
"Find the journal file."
(interactive)
(find-file "~/notes/journal.org"))
(defun bib ()
"Find the bibliography file."
(interactive)
(find-file "~/notes/bibliography/bibliography.bib"))
(find-file "~/notes/bibliography/bibliography.bib")
(end-of-buffer))
(use-package org
:straight t