diff --git a/README.org b/README.org index 7c11909..1455507 100644 --- a/README.org +++ b/README.org @@ -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]]