Avoid ambiguity about what st refers to
* lisp/term/st.el: Add link to website.
This commit is contained in:
parent
4491a55ac3
commit
f75f7db952
1 changed files with 8 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue