dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 86d1a4292d7960ad624b80a62a37122aaa63a93b
parent 218a8fca88516867ce74aedee67677f5691a06cc
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed,  9 Feb 2022 11:09:15 +0100

emacs: tags column in agenda

Diffstat:
Memacs/config.org | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1020,6 +1020,12 @@ The first two strings are what shows up in the agenda dispatcher (the key to pre (org-agenda-skip-function 'za/skip-if-in-project))))))) #+end_src +Tags were getting cut off so I have to set column manually: + +#+begin_src emacs-lisp + (setq org-agenda-tags-column (- 10 (window-total-width))) +#+end_src + *** Logging I want to log into the LOGBOOK drawer (useful when I want to take quick notes):