Remove vterm package

This commit is contained in:
2020-10-22 17:57:48 +02:00
parent 5b45667e35
commit 16cd340f8b

View File

@@ -744,18 +744,6 @@ HTML Exporter for org-mode
(use-package htmlize)
#+END_SRC
** vterm
[[https://github.com/akermu/emacs-libvterm][vterm]] is a superiour alternative to the integrated eshell, shell or term modes.
The packages only works on linux and reuqires that emacs is compiled with module support (the ~module-file-suffix~ variable will be filled).
#+BEGIN_SRC emacs-lisp
(if (and (string-equal system-type "gnu/linux")
(bound-and-true-p module-file-suffix))
(use-package vterm
:ensure t
:config
(setq vterm-kill-buffer-on-exit t)
(setq vterm-copy-exclude-prompt t)))
#+End_SRC
** Olivetti
A simple Emacs minor mode for a nice writing environment.
[[https://github.com/rnkn/olivetti][Gihub Link]]