mirror of
https://github.com/Ascyii/emacs.git
synced 2026-01-01 14:14:24 -05:00
Testing vterm and moved custom options. Vterm does not work right now. It just crashes everytime
This commit is contained in:
9
lisp/terminal.el
Normal file
9
lisp/terminal.el
Normal file
@@ -0,0 +1,9 @@
|
||||
(use-package vterm
|
||||
:ensure t
|
||||
:commands vterm
|
||||
:config
|
||||
(setq vterm-shell "/bin/bash"))
|
||||
|
||||
(global-set-key (kbd "C-c v") #'vterm)
|
||||
|
||||
(provide 'terminal)
|
||||
Reference in New Issue
Block a user