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)
|
(interactive)
|
||||||
(find-file "~/notes/planner.org"))
|
(find-file "~/notes/planner.org"))
|
||||||
|
|
||||||
(defun journal ()
|
|
||||||
"Find the journal file."
|
|
||||||
(interactive)
|
|
||||||
(find-file "~/notes/journal.org"))
|
|
||||||
|
|
||||||
(defun bib ()
|
(defun bib ()
|
||||||
"Find the bibliography file."
|
"Find the bibliography file."
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file "~/notes/bibliography/bibliography.bib"))
|
(find-file "~/notes/bibliography/bibliography.bib")
|
||||||
|
(end-of-buffer))
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue