From 2368afe31c72073488411540e212c70aae3dd468 Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Wed, 6 Nov 2024 18:57:17 +0800 Subject: [PATCH] fix: make pretty-hydra optional Previously, there is an error if pretty-hydra is not installed. --- sdml-mode-hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdml-mode-hydra.el b/sdml-mode-hydra.el index 7414378..f1ef958 100644 --- a/sdml-mode-hydra.el +++ b/sdml-mode-hydra.el @@ -1,7 +1,7 @@ (require 'sdml-mode) (require 'sdml-mode-ctags) -(require 'pretty-hydra) +(require 'pretty-hydra nil t) (cond ((featurep 'pretty-hydra)