mirror of
https://codeberg.org/scip/autoscratch.git
synced 2026-02-04 15:40:56 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6a14bf1f3 | |||
| 7d48fdd6a2 |
@@ -1,9 +1,7 @@
|
|||||||
[](https://travis-ci.org/TLINDEN/autoscratch)
|
|
||||||
|
|
||||||
# autoscratch-mode - automatically switch scratch buffer mode
|
# autoscratch-mode - automatically switch scratch buffer mode
|
||||||
|
|
||||||
*Author:* T.v.Dein <tlinden AT cpan DOT org><br>
|
*Author:* T.v.Dein <tlinden AT cpan DOT org><br>
|
||||||
*URL:* [https://github.com/tlinden/autoscratch](https://github.com/tlinden/autoscratch)<br>
|
*URL:* [https://codeberg.org/scip/autoscratch](https://codeberg.org/scip/autoscratch)<br>
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
;; Package-Version: 20230505.800
|
;; Package-Version: 20230505.800
|
||||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||||
;; Keywords: convenience, buffer, scrach
|
;; Keywords: convenience, buffer, scrach
|
||||||
;; URL: https://github.com/tlinden/autoscratch
|
;; URL: https://codeberg.org/scip/autoscratch
|
||||||
;; License: GNU General Public License >= 2
|
;; License: GNU General Public License >= 2
|
||||||
;; Package-Requires: ((emacs "24.1"))
|
;; Package-Requires: ((emacs "24.1"))
|
||||||
;; SPDX-License-Identifier: GPL-3.0
|
;; SPDX-License-Identifier: GPL-3.0
|
||||||
@@ -214,7 +214,7 @@ Executes `autoscratch-trigger-hook' after evaluation.
|
|||||||
Supported values for FORM include:
|
Supported values for FORM include:
|
||||||
'emacs-lisp-mode
|
'emacs-lisp-mode
|
||||||
'(lambda() (emacs-lisp-mode)
|
'(lambda() (emacs-lisp-mode)
|
||||||
'(emacs-lisp-mode)"
|
'(emacs-lisp-mmode)"
|
||||||
(if (autoscratch--function-p form)
|
(if (autoscratch--function-p form)
|
||||||
(funcall form)
|
(funcall form)
|
||||||
(eval form))
|
(eval form))
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
;; Version: 0.01
|
;; Version: 0.01
|
||||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||||
;; Keywords: files
|
;; Keywords: files
|
||||||
;; URL: https://github.com/tlinden/autoscratch
|
;; URL: https://codeberg.org/scip/autoscratch
|
||||||
;; License: GNU General Public License >= 2
|
;; License: GNU General Public License >= 2
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|||||||
Reference in New Issue
Block a user