Compare commits

...

2 Commits

Author SHA1 Message Date
Kjartan Oli Agustsson 23b72d1ec5
[Emacs-XYZ] Remove activities
Activities has been added upstream.
2024-03-03 12:28:03 +00:00
Kjartan Oli Agustsson 7db050325c
[Emacs] Bump Emacs commit 2024-03-03 12:27:15 +00:00
2 changed files with 3 additions and 30 deletions

View File

@ -32,33 +32,6 @@ View the contents of your library, including much of the metadata
associated with each book, and read them, all from within Emacs.")
(license gpl3+)))
(define-public emacs-activities
(package
(name "emacs-activities")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/activities-" version
".tar"))
(sha256
(base32 "0ng9sgajcpal881s3kavkmz0fc38f2h207hpqj62cf14z7bsk0zk"))))
(build-system emacs-build-system)
(propagated-inputs (list gnu:emacs-persist))
(home-page "https://github.com/alphapapa/activities.el")
(synopsis "Save/restore sets of windows, tabs/frames, and their buffers")
(description
" Inspired by Genera's and
KDE's concepts of \"activities\", this library allows the user to select an
\"activity\", the loading of which restores a window configuration into a `tab-bar
tab or frame, along with the buffers shown in each window. Saving an activity
saves the state for later restoration. Switching away from an activity saves
the last-used state for later switching back to, while still allowing the
activity's initial or default state to be restored on demand. Resuming an
activity loads the last-used state, or the initial/default state when a
universal argument is provided.")
(license gpl3+)))
(define-public emacs-typst-mode
(let ((commit "5ce6669a28e57ea6f1009c85543d28686212cf32")
(revision "1")

View File

@ -10,9 +10,9 @@
#:use-module (gnu packages attr))
(define-public emacs-next-minimal
(let ((commit "c6f2add964ce1ac69ba6705bc869ee2f447da3cb")
(revision "54")
(hash "1w8cfm4nrap81phi8l1k5ym66hafvj241zsk7nrjpl7936q686rs"))
(let ((commit "7f8717c6fd3e19b41048ce9a391d59540886cdee")
(revision "55")
(hash "03d6qjmbsq65aci37xw3qg469c0j4zwplnhzs3mi5ccps8y6hcx8"))
(package
(inherit gnu:emacs-next-minimal)
(version (git-version "30.0.50" revision commit))