diff options
author | Preston Pan <preston@nullring.xyz> | 2024-05-28 18:37:50 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-05-28 18:37:50 -0700 |
commit | e0a4aa29f8ccbc9e86ec202be199756aea2528b6 (patch) | |
tree | 8888fc6cca84a58e8df3c7e6bc46c6efd7823d81 /config | |
parent | c2b671a72e88b68d93cad32801b23bd0248fc684 (diff) |
change emacs a little; more stuff
Diffstat (limited to 'config')
-rw-r--r-- | config/emacs.el | 1 | ||||
-rw-r--r-- | config/emacs.org | 1 |
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 |