diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-08-11 09:23:40 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-08-12 04:56:12 +0200 |
commit | f75f7db952aa4e23cf38336bc73decff0d83275a (patch) | |
tree | 259c6a2661857b4ace589115b47b1f419d6eecaa | |
parent | 4491a55ac3c4e85a64e47519c8670ba23ae8d2f6 (diff) | |
download | emacs-f75f7db952aa4e23cf38336bc73decff0d83275a.tar.gz |
Avoid ambiguity about what st refers to
* lisp/term/st.el: Add link to website.
-rw-r--r-- | lisp/term/st.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/term/st.el b/lisp/term/st.el index 3a15576ecc6..617664bb263 100644 --- a/lisp/term/st.el +++ b/lisp/term/st.el @@ -1,6 +1,14 @@ ;;; st.el --- terminal initialization for st -*- lexical-binding:t -*- + ;; Copyright (C) 2020 Free Software Foundation, Inc. +;;; Commentary: + +;; Support for the st terminal emulator. +;; https://st.suckless.org/ + +;;; Code: + (require 'term/xterm) (defun terminal-init-st () |