From 7f8a2e0e861543a76725906cac923678b8c73120 Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 16 May 2008 12:06:19 +0000 Subject: [PATCH] Fix syntax error git-svn-id: file:///svn/tfheen/trunk/dotfiles@1238 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs b/emacs index b306ca1..59f977e 100644 --- a/emacs +++ b/emacs @@ -329,8 +329,8 @@ org-todo-keywords '("TODO" "STARTED" "WAITING" "DONE") org-agenda-include-diary t org-agenda-include-all-todo t - org-tags-column (* -1 (- (frame-width) 10) - org-agenda-align-tags-to-column (- (frame-width) 10)))) + org-tags-column (* -1 (- (frame-width) 10)) + org-agenda-align-tags-to-column (- (frame-width) 10))) (eval-after-load 'remember '(add-hook 'remember-mode-hook 'org-remember-apply-template)) -- 2.39.5