diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:16:09 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:16:09 +0200 |
commit | 07d7f72297a0c30b4f5632a7e00f93afc1ae0f5a (patch) | |
tree | 30ca1f25606f25af5582fd924bb8e46f8478c6c4 /.config | |
parent | 1d502c5eddc05d59c3fe42921a13fdb63df82729 (diff) |
emacs: Don’t require ‘python-ts-mode’
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/config.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 6bee772..fa76dfe 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -1019,7 +1019,6 @@ file with a certain file extension. #+BEGIN_SRC elisp - (require 'python-ts-mode) (require 'rust-ts-mode) (require 'yaml-ts-mode) |