chiark / gitweb /
emacs: Arrange org-mode tags aligned-right.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:03:36 +0000 (11:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:14:46 +0000 (11:14 +0100)
... but adjust the position for my slightly narrow columns.

emacs

diff --git a/emacs b/emacs
index bcf5aca03d17b3e2b599ca0c59128f12f8c3fa96..9f1859699d367427f4ef1570dd6fb676696f3b68 100644 (file)
--- a/emacs
+++ b/emacs
 
 ;; --- Org-mode agenda ---
 
 
 ;; --- Org-mode agenda ---
 
-(setq org-agenda-include-diary t)
+(setq org-agenda-include-diary t
+      org-tags-column -77)
 
 ;; --- Cosmetic stuff ---
 
 
 ;; --- Cosmetic stuff ---