Remove useless function
This commit is contained in:
parent
1ac382d117
commit
5f2dee64a3
1 changed files with 2 additions and 6 deletions
8
init.el
8
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue