diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-29 23:34:17 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-29 23:34:17 +0300 |
| commit | d72e9d9e7348263ee9abda4ebc2f76597ec533ea (patch) | |
| tree | bf75807f357c1883aa32b790879cab277399aa60 /doom-emacs | |
| parent | 5205f8f8a39e6131ecaffbaafb0d46e58bf6e4af (diff) | |
| download | dotfiles-d72e9d9e7348263ee9abda4ebc2f76597ec533ea.tar.gz dotfiles-d72e9d9e7348263ee9abda4ebc2f76597ec533ea.zip | |
doom-emacs: enable tty optimization
Diffstat (limited to 'doom-emacs')
| -rw-r--r-- | doom-emacs/.config/doom/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom-emacs/.config/doom/init.el b/doom-emacs/.config/doom/init.el index 4ae2263..66998a9 100644 --- a/doom-emacs/.config/doom/init.el +++ b/doom-emacs/.config/doom/init.el @@ -106,7 +106,7 @@ :os ;;(:if IS-MAC macos) ; improve compatibility with macOS - ;;tty ; improve the terminal Emacs experience + tty ; improve the terminal Emacs experience :lang ;;agda ; types of types of types of types... |
