Bump :term vterm
akermu/emacs-libvterm@422ffe0 -> akermu/emacs-libvterm@797357b akermu/emacs-libvterm#373 was merged Fixes #3683
This commit is contained in:
parent
3ce18233e1
commit
38a95f7e58
2 changed files with 1 additions and 13 deletions
|
@ -6,18 +6,6 @@
|
||||||
:preface (setq vterm-install t) ; compile the package when you load vterm
|
:preface (setq vterm-install t) ; compile the package when you load vterm
|
||||||
:hook (vterm-mode . doom-mark-buffer-as-real-h)
|
:hook (vterm-mode . doom-mark-buffer-as-real-h)
|
||||||
:hook (vterm-mode . hide-mode-line-mode) ; modeline serves no purpose in vterm
|
:hook (vterm-mode . hide-mode-line-mode) ; modeline serves no purpose in vterm
|
||||||
:preface
|
|
||||||
(when! (fboundp 'native-compile)
|
|
||||||
;; HACK Fix #3683: `vterm-module-compile' uses `locate-library' to determine
|
|
||||||
;; where vterm-module.so should be, but an eln file (for emacsGcc
|
|
||||||
;; users) reports a subdirectory that will never contain it; rendering
|
|
||||||
;; vterm unable to build itself.
|
|
||||||
;; REVIEW Remove this when akermu/emacs-libvterm#363 is resolved.
|
|
||||||
(defadvice! +vterm--dont-resolve-to-eln-file-a (orig-fn &rest args)
|
|
||||||
:around #'vterm-module-compile
|
|
||||||
(let ((load-suffixes (remove ".eln" load-suffixes)))
|
|
||||||
(apply orig-fn args))))
|
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^vterm" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)
|
(set-popup-rule! "^vterm" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
(package! vterm
|
(package! vterm
|
||||||
:built-in 'prefer
|
:built-in 'prefer
|
||||||
:pin "422ffe029b92c47e4acf0e2ed06cbc83636d7e44")
|
:pin "797357bf65952337627f2d0c594c2fef600aafae")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue