From 16cd340f8b501cf874ec0226a8f995b5003c5efa Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 22 Oct 2020 17:57:48 +0200 Subject: [PATCH] Remove vterm package --- README.org | 12 ------------ 1 file changed, 12 deletions(-) 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]]