From e0a4aa29f8ccbc9e86ec202be199756aea2528b6 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 28 May 2024 18:37:50 -0700 Subject: change emacs a little; more stuff --- config/emacs.el | 1 + config/emacs.org | 1 + 2 files changed, 2 insertions(+) (limited to 'config') 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 -- cgit