aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r--Doom/.doom.d/org/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index f17b160..dbd78d1 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -389,6 +389,12 @@ Setup the agenda-files and the org-directory.
org-superstar-headline-bullets-list '("◉" "‣" "⧈" "⬠")
org-log-repeat 'note))
#+END_SRC
+*** Fragtog
+#+BEGIN_SRC elisp
+(use-package org-fragtog
+ :config
+ (add-hook 'org-mode-hook #'org-fragtog-mode))
+#+END_SRC
*** Thesaurus
Powerthesaurus installation, added a keybind in org-mode for looking up words.
#+BEGIN_SRC elisp