Skip to content

Commit

Permalink
docs(skel): add an example to how to fix vterm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 26, 2023
1 parent c86aa7c commit 19a5213
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions skel/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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!'
Expand Down

0 comments on commit 19a5213

Please sign in to comment.