From: Don Armstrong Date: Fri, 10 Sep 2010 23:48:10 +0000 (+0000) Subject: * update .emacs with org list X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d05b7a52f56a137ab358d3d74eace25df90ff698;p=home-base.git * update .emacs with org list --- diff --git a/.emacs b/.emacs index 7adb1f8..e8dd095 100644 --- a/.emacs +++ b/.emacs @@ -22,9 +22,10 @@ '(global-set-key "\347" t) '(iswitchb-mode t) '(iswitchb-prompt-newbuffer nil) + '(log-edit-keep-buffer t) '(mail-user-agent (quote sendmail-user-agent)) '(mutt-alias-file-list (quote ("~/.mutt/aliases" "~/.mail_aliases"))) - '(org-agenda-files (quote ("~/projects/notes/notes.org" "~/projects/origins_of_life/notes.org" "~/projects/sysadmin/sndservers/notes.org"))) + '(org-agenda-files (quote ("~/projects/notes/notes.org" "~/projects/origins_of_life/paper/figure_list.org" "~/projects/origins_of_life/notes.org" "~/projects/sysadmin/sndservers/notes.org"))) '(post-email-address "don@donarmstrong.com") '(post-kill-quoted-sig nil) '(post-mail-message "mutt\\(ng\\|\\)-[a-z0-9]+-[0-9]+-.*")