diff options
| -rw-r--r-- | init.el | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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) |
