Skip to content

Commit

Permalink
Place org tags directly after headline text
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Oct 14, 2024
1 parent 6f6595f commit 44c2356
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,10 @@ If neither gpg nor gpg2 is found, this is set to nil.")
(add-to-list 'auto-mode-alist
'("\\.\\(org\\|org_archive\\|txt\\)\\'" . org-mode))

;; Place tags directly after headline text, with only one space in between.
;; I don't like tags alignment.
(setopt org-tags-column 0)

;; When opening an Org file, start with all top-level headers collapsed.
(setq org-startup-folded t)

Expand Down

0 comments on commit 44c2356

Please sign in to comment.