commit 5a9aa5c57533bc42ace2d54063fb113ddb376ac8 parent 2c2f02bea1016d98d63191d7c5c9259ca46b23fc Author: Cem Keylan <cem@ckyln.com> Date: Thu, 2 Apr 2020 21:23:03 +0300 fix toc-org hook Diffstat:
M | init.org | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.org b/init.org @@ -546,7 +546,7 @@ Github README. #+BEGIN_SRC emacs-lisp (use-package toc-org :straight t - :hook org-mode) + :hook (org-mode . toc-org-mode)) #+END_SRC * Themes and Icons