Remove vterm package
This commit is contained in:
12
README.org
12
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]]
|
||||
|
||||
Reference in New Issue
Block a user