Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Crandel committed Sep 16, 2023
1 parent 446ece5 commit 550caf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- 27.2
- 28.1
- 29.1
- snapshot
ignore_warnings:
Expand Down
5 changes: 2 additions & 3 deletions tempel-collection.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; Daniel Mendler <[email protected]>
;; Keywords: tools
;; Version: 0.2
;; Package-Requires: ((tempel "0.5") (emacs "27.1"))
;; Package-Requires: ((tempel "0.5") (emacs "29.1"))
;; Homepage: https://github.com/Crandel/tempel-collection

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -57,7 +57,6 @@
;; python-mode have a common parent, python-base-mode. Thus add python
;; templates to python-base.eld. Note that in the lisp data template file,
;; the alias mode must be enabled, too.
(if (version<= "29.1" emacs-version)
(defvar tempel-collection--aliases
'((c++-ts-mode . "c++")
(c-ts-mode . "c")
Expand All @@ -72,7 +71,7 @@
(rust-ts-mode . "rust")
(toml-ts-mode . "toml")
(typescript-ts-base-mode . "typescript")
(yaml-ts-mode . "yaml"))))
(yaml-ts-mode . "yaml")))

(defun tempel-collection--mode-file (mode-name)
"Get the file name for the templates of MODE-NAME, if it exists."
Expand Down

0 comments on commit 550caf6

Please sign in to comment.