diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-26 16:14:55 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-26 16:14:55 -0700 |
| commit | 15df55154b1c30fd1f51099a226d3e8c88fd4841 (patch) | |
| tree | 254912fe915957782cedd633e516deb667c77f6c /config/emacs.el | |
| parent | 5b8652b795d154e90fa782198d0624fe49f34f90 (diff) | |
| parent | a0ebcbe95aee9cfd191419bf171b4b658ab20194 (diff) | |
Merge branch 'routine-cleanup'
Diffstat (limited to 'config/emacs.el')
| -rw-r--r-- | config/emacs.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/emacs.el b/config/emacs.el new file mode 100644 index 0000000..430d9a5 --- /dev/null +++ b/config/emacs.el @@ -0,0 +1,6 @@ +;; [[file:emacs.org::*VTerm][VTerm:1]] +(use-package vterm + :custom + (vterm-kill-buffer-on-exit nil) + :hook (vterm-exit-functions . rp/vterm-close-window-on-exit)) +;; VTerm:1 ends here |
