Skip to content

Commit

Permalink
Derive emacs-kafka-log-mode from comint-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebby Wiselyn committed Feb 19, 2017
1 parent 45326ab commit 9c15421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-kafka.el
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
("\(\\(.*?\\)\)" . font-lock-variable-name-face)
)))

(define-derived-mode emacs-kafka-log-mode special-mode "EmacsKafkaLog"
(define-derived-mode emacs-kafka-log-mode comint-mode "EmacsKafkaLog"
"Mode for looking at kafka services.
\\{emacs-kafka-log-mode-map}"
:group 'kafka-topics
Expand Down

0 comments on commit 9c15421

Please sign in to comment.