emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 5a9aa5c57533bc42ace2d54063fb113ddb376ac8
parent 2c2f02bea1016d98d63191d7c5c9259ca46b23fc
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  2 Apr 2020 21:23:03 +0300

fix toc-org hook

Diffstat:
Minit.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