fix(helm): Helm failure when tramp-methods variable is not defined

This commit is contained in:
2020-07-13 21:47:48 +01:00
parent 423d2311c4
commit 20597149bb

View File

@@ -6,6 +6,9 @@
;;; Code:
;; Helm fails with tramp-methods symbol being void if tramp is not required.
(require 'tramp)
(use-package helm-config
:straight (helm)
:demand t