From 33cf3eb5efa57a6c4bd6b1ef7da6245e704c64a7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Aug 2020 20:48:30 -0700 Subject: Change the column to which tags are aligned --- oni-org/oni-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 493cbd9..2e7f378 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0812.204516 +;; Version: 2020.0812.204753 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons) ;; This program is free software; you can redistribute it and/or modify @@ -192,6 +192,7 @@ _l_: Store link ^^ _j_: Journal entry (setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state) (setq org-fontify-whole-heading-line t) (setq org-habit-graph-column 60) +(setq org-tags-column -72) (setq org-hide-emphasis-markers t) (setq org-log-into-drawer t) (setq org-return-follows-link t) -- cgit v1.2.3-54-g00ecf