From 6332ffa0027c8ddcd70486736e6c7eddd48621a1 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 7 Mar 2019 20:37:50 +0100 Subject: [PATCH] [emacs] Remove double tag inheritance setting --- home/.spacemacs.d/public/org-config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.spacemacs.d/public/org-config.el b/home/.spacemacs.d/public/org-config.el index 3113e51..571345c 100644 --- a/home/.spacemacs.d/public/org-config.el +++ b/home/.spacemacs.d/public/org-config.el @@ -22,7 +22,6 @@ (setq org-agenda-include-diary t) (setq org-agenda-show-inherited-tags (quote always)) (setq org-agenda-with-colors t) -(setq org-agenda-show-inherited-tags (quote always)) (setq org-agenda-tags-column -105) (setq org-agenda-default-appointment-duration 30) (setq org-agenda-columns-add-appointments-to-effort-sum t)