diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-10-07 16:28:39 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-10-07 16:28:39 -0700 |
commit | 0fc780db992ce867f018e0c527e4d9a01e67a517 (patch) | |
tree | ac7cbb8be8d9722db7fbbee73fab2c408f6861f6 /.emacs | |
parent | 77c6924a6815c54a66bb228b5b47c49f9fca8feb (diff) |
emacs: multi-vterm support
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,5 +29,6 @@ (load-file "~/.emacs.local.d/modes/python.el") (load-file "~/.emacs.local.d/modes/tabbar.el") (load-file "~/.emacs.local.d/modes/writeroom.el") +(load-file "~/.emacs.local.d/modes/vterm.el") (provide '.emacs) |