diff --git a/config.org b/config.org index 3d50c42..8e91c20 100644 --- a/config.org +++ b/config.org @@ -225,21 +225,6 @@ needs to be set up to install them if they aren't already. (require 'org-tempo)) #+end_src - Org is better suited as scratch space than Funamental, I'd say. - - #+begin_src emacs-lisp - (setq initial-major-mode 'org-mode) - (setq initial-scratch-message "") - #+end_src - - I always want [[file:~/exo/index.org][~/exo/index.org]] to open on start-up, as that's where I - keep links to whatever I happen to be doing at any given time; one - does that by setting [[help:initial-buffer-choice][initial-buffer-choice]] - - #+begin_src emacs-lisp - (setq initial-buffer-choice "~/exo/index.org") - #+end_src - ** Agenda Set up a keybinding for [[help:org-agenda][org-agenda]] and tell it where to look. I @@ -373,3 +358,20 @@ needs to be set up to install them if they aren't already. (setq newsticker-new-item-functions '(newsticker-download-enclosures)) #+end_src + +* Start up + + Org is better suited as scratch space than Funamental, I'd say. + + #+begin_src emacs-lisp + (setq initial-major-mode 'org-mode) + (setq initial-scratch-message "") + #+end_src + + I always want [[file:~/exo/index.org][~/exo/index.org]] to open on start-up, as that's where I + keep links to whatever I happen to be doing at any given time; one + does that by setting [[help:initial-buffer-choice][initial-buffer-choice]] + + #+begin_src emacs-lisp + (setq initial-buffer-choice "~/exo/index.org") + #+end_src