diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:48:03 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:48:03 +0000 |
commit | 0b8f3e4f65e944dd37bcc79d1855a023753e58ea (patch) | |
tree | ea91a81c4152ba545b30ce6aa2b82f47892f7170 /doom.d/init.el | |
parent | 510e145dca7c23a0db5df104f21c31089a7ee3cb (diff) | |
download | dotfiles-0b8f3e4f65e944dd37bcc79d1855a023753e58ea.tar.gz dotfiles-0b8f3e4f65e944dd37bcc79d1855a023753e58ea.tar.bz2 dotfiles-0b8f3e4f65e944dd37bcc79d1855a023753e58ea.zip |
+vterm and zen
+vterm for much better terminals in Emacs, to the point where it is now
my official terminal emulator
+zen mode for quiet writing and reading experience
Diffstat (limited to 'doom.d/init.el')
-rw-r--r-- | doom.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 572a31d..7857092 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -43,6 +43,7 @@ vi-tilde-fringe ; fringe tildes to mark beyond EOB window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces + zen :editor (evil +everywhere); come to the dark side, we have cookies @@ -67,7 +68,7 @@ ;;eshell ; a consistent, cross-platform shell (WIP) shell ; a terminal REPL for Emacs ;;term ; terminals in Emacs - ;;vterm ; another terminals in Emacs + vterm ; another terminals in Emacs :tools ;;ansible |