summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-01 18:50:43 +0300
committerThanos Apollo <[email protected]>2023-05-01 18:50:43 +0300
commitd2a3a3d8dea9776b2f9976efbb32e85866169fe1 (patch)
treef1b4d286c5c6bb5a98563e2a2e6aa351d6a30635 /emacs.org
parent3d0adb433fa417792cd8a68783033bed594c1a2b (diff)
emacs: remove use-package vterm configuration
Install vterm through package list, remove configuration with `use-package`
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org12
1 files changed, 2 insertions, 10 deletions
diff --git a/emacs.org b/emacs.org
index 7b2dbda..eb3185a 100755
--- a/emacs.org
+++ b/emacs.org
@@ -33,6 +33,8 @@ Request the following packages:
gruvbox-theme
doom-modeline
counsel
+ vterm
+ multi-vterm
which-key
ivy
ivy-rich
@@ -354,16 +356,6 @@ Hook with ~dired-mode~
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
#+end_src
* Terminals
-** Vterm
-#+begin_src emacs-lisp
- (use-package vterm
- :ensure nil)
-
- (use-package multi-vterm
- :ensure nil
- :config
- (setq multi-vterm-dedicated-window-height 25))
-#+end_src
** Eshell
#+begin_src emacs-lisp
(use-package eshell