From d6fd93de728a50680a44a093f6987721eae0d00c Mon Sep 17 00:00:00 2001 From: mANIApHOBIC Date: Tue, 14 Oct 2014 18:47:36 -0700 Subject: [PATCH] Checkpoint commit on mac002 --- init.el | 4 +++- lisp.d/org-mode.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 3257b21..28b6d7d 100644 --- a/init.el +++ b/init.el @@ -12,7 +12,9 @@ ;; 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/planning/projects/operations.org" "~/Documents/planning/categories/travel.org")))) + '(jabber-account-list (quote (("ken.maupin@animalaidpdx.org" (:network-server . "talk.google.com") (:connection-type . starttls)) ("ken@maniaphobic.org")))) + '(org-agenda-files (quote ("~/Documents/planning/contexts" "~/Documents/planning/creatures" "~/Documents/planning/projects" "~/Documents/planning/reference"))) + '(starttls-program "/usr/local/bin/gnutls-cli")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/lisp.d/org-mode.el b/lisp.d/org-mode.el index 5c34dd4..6249aa4 100644 --- a/lisp.d/org-mode.el +++ b/lisp.d/org-mode.el @@ -18,6 +18,6 @@ ; C-c O = view the agenda ; -(global-set-key "\C-cO" 'org-agenda) +(global-set-key "\C-cO" 'org-agenda-list) ;