aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/emacs.el1
-rw-r--r--config/emacs.org1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/emacs.el b/config/emacs.el
index d4879e9..773ebff 100644
--- a/config/emacs.el
+++ b/config/emacs.el
@@ -124,6 +124,7 @@ Otherwise, just insert the typed character."
'(
(shell . t)
(python . t)
+ (latex . t)
)
)
diff --git a/config/emacs.org b/config/emacs.org
index cf00924..9c2ce6e 100644
--- a/config/emacs.org
+++ b/config/emacs.org
@@ -162,6 +162,7 @@ For some reason, org-babel doesn't load these languages by default:
'(
(shell . t)
(python . t)
+ (latex . t)
)
)
#+end_src