mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(helm): Helm failure when tramp-methods variable is not defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user