]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid ambiguity about what st refers to
authorStefan Kangas <stefankangas@gmail.com>
Tue, 11 Aug 2020 07:23:40 +0000 (09:23 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 12 Aug 2020 02:56:12 +0000 (04:56 +0200)
* lisp/term/st.el: Add link to website.

lisp/term/st.el

index 3a15576ecc63aad8d6e28ec2c42a8a26b62eb225..617664bb263660f90f2917f94c6a14748192b9d0 100644 (file)
@@ -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 ()