-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
623dd58
commit 8f97622
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
;;; batch.el --- Description -*- lexical-binding: t; -*- | ||
;; | ||
;; Copyright (C) 2024 Paul Alesius | ||
;; | ||
;; Author: Paul Alesius <[email protected]> | ||
;; Maintainer: Paul Alesius <[email protected]> | ||
;; Created: January 05, 2024 | ||
;; Modified: January 05, 2024 | ||
;; Version: 0.0.1 | ||
;; Keywords: Symbol’s value as variable is void: finder-known-keywords | ||
;; Homepage: https://github.com/noname/something | ||
;; Package-Requires: ((emacs "24.3")) | ||
;; | ||
;; This file is not part of GNU Emacs. | ||
;; | ||
;;; Commentary: | ||
;; | ||
;; Description | ||
|
@@ -94,6 +81,4 @@ | |
|
||
(main) | ||
|
||
|
||
(provide 'something) | ||
;;; batch.el ends here |