summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-17 11:16:50 +0100
committerGravatar Tom Willemsen2011-03-17 11:16:50 +0100
commit0ba61fc0e557fe1f90aa317333545ef9198c641b (patch)
treea9f7d46f87d725c3753317152f782ffa70685bb4 /emacs
parent5cc3b28f587aec7fc835b9286d5f72c655085e9c (diff)
downloaddotfiles-0ba61fc0e557fe1f90aa317333545ef9198c641b.tar.gz
dotfiles-0ba61fc0e557fe1f90aa317333545ef9198c641b.zip
notes.org added, for org capture
Diffstat (limited to 'emacs')
-rw-r--r--emacs13
1 files changed, 1 insertions, 12 deletions
diff --git a/emacs b/emacs
index 80125be..9a418e3 100644
--- a/emacs
+++ b/emacs
@@ -17,7 +17,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(org-agenda-files (quote ("~/Documents/main.org" "~/Documents/aethon/aethon.org")))
+ '(org-agenda-files (quote ("~/org/notes.org" "~/Documents/main.org" "~/Documents/aethon/aethon.org")))
'(safe-local-variable-values (quote ((ispell-local-dictionary . nl)))))
(custom-set-faces
;; custom-set-faces was added by Custom.
@@ -25,14 +25,3 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
-
-
-;;; This was installed by package-install.el.
-;;; This provides support for the package system and
-;;; interfacing with ELPA, the package archive.
-;;; Move this code earlier if you want to reference
-;;; packages in your .emacs.
-(when
- (load
- (expand-file-name "~/.emacs.d/elpa/package.el"))
- (package-initialize))