summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp/org-init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-23 00:27:45 +0200
committerGravatar Tom Willemse2013-04-23 00:27:45 +0200
commit6b5f3062e224b4b82ef1f316e95cc4a5ff19a9b2 (patch)
tree860c3f5ae9b514b0f966ba27611af0327cf57c61 /emacs/site-lisp/org-init.el
parent8384ba49a074592c6ded011c76f429b8bac35715 (diff)
downloaddotfiles-6b5f3062e224b4b82ef1f316e95cc4a5ff19a9b2.tar.gz
dotfiles-6b5f3062e224b4b82ef1f316e95cc4a5ff19a9b2.zip
Literate init.el again
Diffstat (limited to 'emacs/site-lisp/org-init.el')
-rw-r--r--emacs/site-lisp/org-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el
index 3c698d2..77a72a0 100644
--- a/emacs/site-lisp/org-init.el
+++ b/emacs/site-lisp/org-init.el
@@ -104,7 +104,7 @@
(todo user-defined-down)
(tags priority-down category-keep)
(search category-keep)))
-(setq org-agenda-tags-column -101)
+(setq org-agenda-tags-column (1+ (- (window-width))))
(setq org-directory (expand-file-name "~/documents/org"))
(setq org-default-notes-file (concat org-directory "/org"))
(setq org-capture-templates
@@ -132,7 +132,7 @@
(setq org-refile-use-outline-path 'file)
(setq org-return-follows-link t)
(setq org-src-fontify-natively t)
-(setq org-tags-column -101)
+(setq org-tags-column (- 70))
(setq org-tags-exclude-from-inheritance '("crypt"))
(setq org-todo-keyword-faces
'(("TODO" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830"))