Checkpoint commit on mac002

This commit is contained in:
mANIApHOBIC 2014-10-14 18:47:36 -07:00
parent 8af85e909f
commit d6fd93de72
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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)
;