Add term/st.el (Bug#33182)
This is a copy of term/konsole.el with konsole -> st. * lisp/term/st.el: New file.
This commit is contained in:
parent
aaa7ce585e
commit
c669afcd1c
1 changed files with 12 additions and 0 deletions
12
lisp/term/st.el
Normal file
12
lisp/term/st.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;;; st.el --- terminal initialization for st -*- lexical-binding:t -*-
|
||||
;; Copyright (C) 2020 Free Software Foundation, Inc.
|
||||
|
||||
(require 'term/xterm)
|
||||
|
||||
(defun terminal-init-st ()
|
||||
"Terminal initialization function for st."
|
||||
(tty-run-terminal-initialization (selected-frame) "xterm"))
|
||||
|
||||
(provide 'term/st)
|
||||
|
||||
;; st.el ends here
|
Loading…
Add table
Reference in a new issue