* lisp/term/konsole.el: New file.
This commit is contained in:
parent
3f938e1aea
commit
10a5a52f1d
1 changed files with 12 additions and 0 deletions
12
lisp/term/konsole.el
Normal file
12
lisp/term/konsole.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;;; konsole.el --- terminal initialization for konsole
|
||||
;; Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
|
||||
(require 'term/xterm)
|
||||
|
||||
(defun terminal-init-konsole ()
|
||||
"Terminal initialization function for konsole."
|
||||
(tty-run-terminal-initialization (selected-frame) "xterm"))
|
||||
|
||||
(provide 'term/konsole)
|
||||
|
||||
;; konsole.el ends here
|
Loading…
Add table
Reference in a new issue