Skip to content

Commit

Permalink
set vterm as default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
abangratz committed Oct 21, 2022
1 parent e13ebbe commit 9cd4403
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions layers/config/layers.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(org :variables
org-want-todo-bindings t)
(shell :variables
shell-default-shell 'eshell)
shell-default-shell 'vterm)
syntax-checking
(version-control :variables
version-control-global-margin t
Expand Down Expand Up @@ -53,10 +53,10 @@
hy ; I wrote this mode/layer

(c-c++ :variables
;; c-c++-backend 'lsp-ccls
c-c++-backend 'lsp-cquery
c-c++-enable-google-style t
c-c++-enable-google-newline t)
;; c-c++-backend 'lsp-ccls
c-c++-backend 'lsp-cquery
c-c++-enable-google-style t
c-c++-enable-google-newline t)

(python :variables

Expand Down

0 comments on commit 9cd4403

Please sign in to comment.