Skip to content

Commit

Permalink
org: Delight toc-org-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Mar 17, 2024
1 parent bf9c874 commit a2664bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -17229,7 +17229,8 @@ Welcome to my personal Emacs configuration 😎.
(use-package toc-org
:straight t
:hook ((org-mode . toc-org-mode)
(markdown-mode . toc-org-mode)))
(markdown-mode . toc-org-mode))
:delight (toc-org-mode " TOC"))
#+END_SRC

#+begin_src emacs-lisp
Expand Down

0 comments on commit a2664bf

Please sign in to comment.