From: Stefan Kangas Date: Tue, 11 Aug 2020 07:23:40 +0000 (+0200) Subject: Avoid ambiguity about what st refers to X-Git-Tag: emacs-28.0.90~6670 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f75f7db952aa4e23cf38336bc73decff0d83275a;p=emacs.git Avoid ambiguity about what st refers to * lisp/term/st.el: Add link to website. --- 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 ()