From e2d0944bb42a86799bb5cd038df858b502ebceda Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 11 Aug 2020 09:23:40 +0200 Subject: [PATCH] Avoid ambiguity about what st refers to * lisp/term/st.el: Add link to website. --- lisp/term/st.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/term/st.el b/lisp/term/st.el index 3a15576ecc..617664bb26 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 () -- 2.28.0