docs(emacs/visual): better visual config

Deactivate org tables in org-modern-mode

Only show true filenames in modeline when opening files, better path
in modeline
This commit is contained in:
2023-12-17 21:40:20 +01:00
parent 3354f79554
commit c7e996516b
2 changed files with 11 additions and 6 deletions

View File

@@ -1302,6 +1302,7 @@ tables, source blocks, and tags, and it applies settings similar to
:straight (:build t)
:after org
:defer t
:custom (org-modern-table nil)
:hook (org-mode . org-modern-mode)
:hook (org-agenda-finalize . org-modern-agenda))
#+end_src