diff --git a/init.el b/init.el index ea9f5c3..2a264e1 100644 --- a/init.el +++ b/init.el @@ -1043,6 +1043,7 @@ If no name is given, list all bookmarks instead." ("C-c l" . org-store-link) :map org-mode-map ("C-c t" . org-table-create)) + :hook (org-mode . org-table-header-line-mode) :init (setq org-directory "~/org" org-agenda-files '("~/org/")