aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org
diff options
context:
space:
mode:
Diffstat (limited to 'Doom/.doom.d/org')
-rw-r--r--Doom/.doom.d/org/config.org6
-rw-r--r--Doom/.doom.d/org/packages.org6
2 files changed, 12 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
diff --git a/Doom/.doom.d/org/packages.org b/Doom/.doom.d/org/packages.org
index f663c70..33e905f 100644
--- a/Doom/.doom.d/org/packages.org
+++ b/Doom/.doom.d/org/packages.org
@@ -32,6 +32,12 @@ Every now and then I like to use base16 themes, particularly when zen coding.
#+BEGIN_SRC elisp
(package! base16-theme)
#+END_SRC
+* Org-mode
+** Fragtog
+Fragtog allows for latex segments to be instantly compiled and only when you hover over them will you get the code, similar to prettify-symbols.
+#+BEGIN_SRC elisp
+(package! org-fragtog :recipe (:host github :repo "io12/org-fragtog"))
+#+END_SRC
* Coding
** Tags
Should really be an inbuilt feature for Ivy, as it is so damn useful. Better