Skip to content

Commit

Permalink
vterm
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 5, 2024
1 parent ccf8f31 commit 178c90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
;;eshell ; the elisp shell that works everywhere
;;shell ; simple shell REPL for Emacs
;;term ; basic terminal emulator for Emacs
;;vterm ; the best terminal emulation in Emacs
vterm ; the best terminal emulation in Emacs

:checkers
syntax ; tasing you for every semicolon you forget
Expand Down
3 changes: 2 additions & 1 deletion modules/home/all/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ in
emacs = pkgs.emacs30;
doomDir = self + /doom.d;
experimentalFetchTree = true; # Disable if there are fetcher issues
extraPackages = epkgs: [
extraPackages = epkgs: with epkgs; [
vterm
];
};
}

0 comments on commit 178c90c

Please sign in to comment.