aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorStefan Kangas2020-08-11 09:23:40 +0200
committerStefan Kangas2020-08-12 04:56:12 +0200
commitf75f7db952aa4e23cf38336bc73decff0d83275a (patch)
tree259c6a2661857b4ace589115b47b1f419d6eecaa /lisp/term
parent4491a55ac3c4e85a64e47519c8670ba23ae8d2f6 (diff)
downloademacs-f75f7db952aa4e23cf38336bc73decff0d83275a.tar.gz
emacs-f75f7db952aa4e23cf38336bc73decff0d83275a.zip
Avoid ambiguity about what st refers to
* lisp/term/st.el: Add link to website.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/st.el8
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 @@
1;;; st.el --- terminal initialization for st -*- lexical-binding:t -*- 1;;; st.el --- terminal initialization for st -*- lexical-binding:t -*-
2
2;; Copyright (C) 2020 Free Software Foundation, Inc. 3;; Copyright (C) 2020 Free Software Foundation, Inc.
3 4
5;;; Commentary:
6
7;; Support for the st terminal emulator.
8;; https://st.suckless.org/
9
10;;; Code:
11
4(require 'term/xterm) 12(require 'term/xterm)
5 13
6(defun terminal-init-st () 14(defun terminal-init-st ()