From 310295fdad07f2b26768dcef4567a59a08c8022b Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:01:41 -0500 Subject: don't like initial tabs anymore --- init.el | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/init.el b/init.el index 82de840..464cfd0 100644 --- a/init.el +++ b/init.el @@ -107,22 +107,5 @@ making an abbreviation to a function." (require 'bard-emacs-window) (require 'bard-emacs-writing) -(defun bard/setup-initial-buffers () - "Set up initial tabs for Org Agenda, EMMS, and todo.org file." - (interactive) - (bard/default-agenda) - (emms) - (find-file "~/Notes/denote/todo.org") - (unless (bound-and-true-p tab-bar-mode) - (tab-bar-mode 1)) - (tab-bar-new-tab) - (switch-to-buffer "*Org Agenda*") - (tab-bar-new-tab) - (switch-to-buffer " *EMMS Playlist*") - (tab-bar-new-tab) - (switch-to-buffer "*scratch*")) - -(bard/setup-initial-buffers) - (provide 'init) (put 'eshell 'disabled nil) -- cgit v1.2.3