Skip to content

Commit 2368afe

Browse files
committed
fix: make pretty-hydra optional
Previously, there is an error if pretty-hydra is not installed.
1 parent ec86793 commit 2368afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdml-mode-hydra.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
(require 'sdml-mode)
33
(require 'sdml-mode-ctags)
4-
(require 'pretty-hydra)
4+
(require 'pretty-hydra nil t)
55

66
(cond
77
((featurep 'pretty-hydra)

0 commit comments

Comments
 (0)