Checkpoint commit on mac002
This commit is contained in:
parent
8af85e909f
commit
d6fd93de72
2 changed files with 4 additions and 2 deletions
4
init.el
4
init.el
|
@ -12,7 +12,9 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
@ -18,6 +18,6 @@
|
||||||
; C-c O = view the agenda
|
; C-c O = view the agenda
|
||||||
;
|
;
|
||||||
|
|
||||||
(global-set-key "\C-cO" 'org-agenda)
|
(global-set-key "\C-cO" 'org-agenda-list)
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue