aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 15:40:30 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 15:40:30 +0100
commit9893672a537e4309dd9345e0372900bf20378a6b (patch)
tree0a49e5a73379bb1b2462e026d12e1485544dd411 /Emacs/.config/emacs
parentdc69be7dfc41c4d219d3abc5dc3e85d8ab46c288 (diff)
downloaddotfiles-9893672a537e4309dd9345e0372900bf20378a6b.tar.gz
dotfiles-9893672a537e4309dd9345e0372900bf20378a6b.tar.bz2
dotfiles-9893672a537e4309dd9345e0372900bf20378a6b.zip
+org fragtog description
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 508703d..e3645cb 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -692,6 +692,14 @@ Also setup a lot of variables, particularly for latex exports.
:hook (org-mode . evil-org-mode))
#+END_SRC
** Org fragtog
+Toggle latex fragments in org mode so you get fancy maths symbols. I
+use latex a bit in org mode as it is the premier way of getting
+mathematical symbols and text rendered and compiled, but org mode >
+latex.
+
+As Org mode has the ability to accept arbitrary inputs of Latex
+(through escaped (square) brackets), allowing me to observe how they
+look is nice to have.
#+BEGIN_SRC emacs-lisp
(use-package org-fragtog
:hook (org-mode . org-fragtog-mode))