From 19a52137bc8ead5bd81ac47b941b9b4a94c95663 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Thu, 26 Oct 2023 14:57:13 +0200 Subject: [PATCH] docs(skel): add an example to how to fix `vterm` compilation --- skel/config.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/skel/config.el b/skel/config.el index 4f1053d5..44bdcd40 100644 --- a/skel/config.el +++ b/skel/config.el @@ -73,6 +73,13 @@ :custom (devdocs-data-dir (concat minemacs-local-dir "devdocs/"))) +;; Module: `me-tools' -- Package: `vterm' +;; When the libvterm present in the system is too old, you can face VTERM_COLOR +;; related compilation errors. Thil parameter tells `vterm' to download libvterm +;; for you, see the FAQ at: github.com/akermu/emacs-libvterm. +;; (with-eval-after-load 'vterm +;; (setq vterm-module-cmake-args "-DUSE_SYSTEM_LIBVTERM=Off")) + ;; Module: `me-natural-langs' -- Package: `spell-fu' (with-eval-after-load 'spell-fu ;; We can use MinEmacs' helper macro `+spell-fu-register-dictionaries!'