mojo / emacs

My Emacs configuration.

Clone this repository (size: 1.4 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mojo/emacs/
commit 65: 8690a119e530
parent 64: a00f137891f7
branch: default
Added birthdays.org to the list of agenda files.
Eugene Morozov
12 months ago

Changed (Δ22 bytes):

raw changeset »

rc/org-mode.el (1 lines added, 1 lines removed)

Up to file-list rc/org-mode.el:

4
4
5
5
(setq org-directory "~/org"
6
6
      org-default-notes-file (concat org-directory "/main.org")
7
      org-agenda-files '("~/org/main.org" "~/org/tasksoup.org" "~/org/freelance.org"))
7
      org-agenda-files '("~/org/main.org" "~/org/tasksoup.org" "~/org/freelance.org" "~/org/birthdays.org"))
8
8
9
9
(setq org-return-follows-link t)
10
10