dotfiles

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

commit bfc0e049592695a69cb0844e50d998b159f2cf5a
parent 869dd2df82179acfc37ef234df4862ba86b95474
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 28 Jun 2024 17:38:46 +0200

emacs: config

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

diff --git a/emacs/config.org b/emacs/config.org @@ -1590,6 +1590,7 @@ Install Org and require additional components that I use. (org-goto-interface 'outline-path-completion "Use outline path completion for org-goto, instead of its weird interface") (org-insert-heading-respect-content t "Insert headings after current subtree") (org-id-link-to-org-use-id 'create-if-interactive "If org-store-link is called directly, create an ID.") + (org-clock-mode-line-total 'today) (org-return-follows-link t "Easier link following. Actual enter is still possible with ~C-q C-j~.") (org-hide-emphasis-markers t "Don't show italics/bold markers") (org-babel-python-command "python3")