diff options
author | JSDurand <mmemmew@gmail.com> | 2023-08-01 21:51:42 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-08-01 21:51:42 +0800 |
commit | 9dd060d35d29018ab3105e857be80034eae0d5cb (patch) | |
tree | 42eaab7b0d5493865d5e393da867d929086d3b38 /vterm-conf.el | |
parent | ab43fa3bf77c8c5692d9789f0465c02c52e05f4a (diff) |
btm: No more command line arguments needed
* vterm-conf.el (btm): After I set up the custom layouts, no more
command line arguments are needed.
Diffstat (limited to 'vterm-conf.el')
-rw-r--r-- | vterm-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vterm-conf.el b/vterm-conf.el index d568674..7130b45 100644 --- a/vterm-conf.el +++ b/vterm-conf.el @@ -41,7 +41,7 @@ (vterm) (with-current-buffer vterm-buffer-name (modeline-toggle)) - (vterm-send-string "btm --battery -m") + (vterm-send-string "btm") (vterm-send-return)) (provide 'vterm-conf) |