summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 4cc5de7..817b1e8 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -2096,3 +2096,11 @@ Toggle visibility of hidden Org mode element parts upon entering and leaving an
:hook org-mode)
#+end_src
+** Org Fragtog
+https://github.com/io12/org-fragtog
+Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them.
+#+begin_src elisp
+ (use-package org-fragtog
+ :hook org-mode)
+#+end_src
+