1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

Avoid ambiguity about what st refers to

* lisp/term/st.el: Add link to website.
This commit is contained in:
Stefan Kangas 2020-08-11 09:23:40 +02:00
parent 4491a55ac3
commit f75f7db952

View 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 ()