nit: minor refactors & comment/docstring revisions

This commit is contained in:
Henrik Lissner 2022-06-21 14:40:15 +02:00
parent 773122f1ec
commit 9d1df5f298
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
8 changed files with 12 additions and 9 deletions

View file

@ -5,7 +5,7 @@
:commands vterm-mode
:hook (vterm-mode . doom-mark-buffer-as-real-h)
:hook (vterm-mode . hide-mode-line-mode) ; modeline serves no purpose in vterm
:init
:preface
;; HACK Because vterm clusmily forces vterm-module.so's compilation on us when
;; the package is loaded, this is necessary to prevent it when
;; byte-compiling this file (`use-package' blocks eagerly loads packages