diff options
| author | Al Haji-Ali <a.hajiali@hw.ac.uk> | 2025-09-17 11:04:16 +0200 |
|---|---|---|
| committer | Al Haji-Ali <a.hajiali@hw.ac.uk> | 2025-09-17 11:04:52 +0200 |
| commit | d2f1fcdb5f320a5ac583e1f4edc22397106e830a (patch) | |
| tree | 46d9ded557a6315aac5ca0035898b8c10514e78c | |
| parent | 7acaf618f028413fcb4abebd1d186de317dcff8c (diff) | |
Transfer copyright to FSF, add ignore files and bump version to 0.2
| -rw-r--r-- | .elpaignore | 2 | ||||
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | buframe.el | 6 |
3 files changed, 8 insertions, 3 deletions
diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000..763ce14 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,2 @@ +LICENSE +*.gif diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2f5b0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/buframe-pkg.el +/buframe-autoloads.el +*.elc @@ -1,11 +1,11 @@ ;;; buframe.el --- Buffer-local frames -*- lexical-binding:t -*- -;; Copyright (C) 2025 Al Haji-Ali +;; Copyright (C) 2025 Free Software Foundation, Inc. ;; Author: Al Haji-Ali <abdo.haji.ali@gmail.com> ;; URL: https://github.com/haji-ali/buframe -;; Version: 0.1 -;; Package-Requires: ((emacs "27.1") (timeout ("2.1"))) +;; Version: 0.2 +;; Package-Requires: ((emacs "27.1") (timeout "2.1")) ;; Keywords: buffer, frames, convenience ;; ;; This program is free software; you can redistribute it and/or modify |
