aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2025-01-26 16:01:41 -0500
committerDaniel <[email protected]>2025-01-26 16:01:41 -0500
commit310295fdad07f2b26768dcef4567a59a08c8022b (patch)
treee92f8dbd0e806c5dfb041114199d187f8d310aea /init.el
parentfe946334daadde475059d34d847e661bdd6a155f (diff)
don't like initial tabs anymore
Diffstat (limited to 'init.el')
-rw-r--r--init.el17
1 files changed, 0 insertions, 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)