From 5f2dee64a3e831fd52554fe7ad30374eb7932203 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 18 Nov 2022 14:59:19 +0100 Subject: [PATCH] Remove useless function --- init.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index 720e2bd..5986830 100644 --- a/init.el +++ b/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