emacs: add fragtog

This commit is contained in:
Marco Thomas
2021-07-10 00:04:11 +02:00
committed by GitHub
parent a2f157de4d
commit 6cdec9c21f

View File

@@ -283,6 +283,11 @@
:custom :custom
(org-bullets-bullet-list '("" "" "" "" "" "" ""))) (org-bullets-bullet-list '("" "" "" "" "" "" "")))
(use-package org-fragtog
:ensure t
:hook
(org-mode . org-fragtog-mode))
;; Development Packages ;; Development Packages
;; git ;; git