Skip to content

Commit f88cd16

Browse files
committed
term-keys: Add :require 'term-keys to the global mode
1 parent df6f7cb commit f88cd16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

term-keys.el

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ When enabled, automatically set up configured keys for new frames
385385
on TTY terminals. If the current frame is on a TTY, set it up as
386386
well."
387387
:global t
388+
:require 'term-keys
388389
(if term-keys-mode
389390
(progn
390391
(add-hook 'tty-setup-hook 'term-keys/init)

0 commit comments

Comments
 (0)