summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
author宋文武 <[email protected]>2023-08-11 20:19:52 +0800
committer宋文武 <[email protected]>2023-08-11 20:19:52 +0800
commit770f3f587d35e32aba3c6cb0b606f2d2fe8d5ace (patch)
tree7e15565a6959867d4bb1bdaf446bbfaff6235259 /gnu/packages/emacs-xyz.scm
parent446ec58af67910191be1be06efda6c43fc3cf8d7 (diff)
parentad4520b92662e42d7d0b1e648b2068300dbb95c8 (diff)
Merge remote-tracking branch 'origin/master' into kde-updates
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm51
1 files changed, 51 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed3d89d51f..11c1a6be67 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12208,6 +12208,32 @@ The following completions are currently available:
@end itemize")
(license license:gpl3+)))
+(define-public emacs-sway
+ ;; Commit from Nicola's fork (dash free version with various improvments)
+ (let ((commit "838ef531a30fe616f0141adbdabc132d4edfd374")
+ (revision "0"))
+ (package
+ (name "emacs-sway")
+ (version (git-version "0.6.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/thblt/sway.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ddaz8my3z4ca2z81kf1h8773pyx8h0l0ra3ssqd1rq5j0041wdh"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/thblt/sway.el")
+ (synopsis "Communication with the Sway window manager")
+ (description
+ "This is a basic library to control the Sway window manager from Emacs.
+Its main use case is in combination with popup managers like Shackle, to
+use frames instead of windows while still giving focus to existing frames
+instead of duplicating them.")
+ (license license:gpl3+))))
+
(define-public emacs-sweet-theme
(let ((commit "78f741806ecebe01224bf54d09ad80e306652508")
(revision "0"))
@@ -37526,6 +37552,31 @@ clipboard and inserts an Org mode link with a title of a page found by the URL
into the current buffer.")
(license license:expat))))
+(define-public emacs-org-wild-notifier
+ (let ((commit "cdca8be45b80ab52077a915e77c625bc0ad07dd7")
+ (revision "0"))
+ (package
+ (name "emacs-org-wild-notifier")
+ (version (git-version "0.4.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/akhramov/org-wild-notifier.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0k37ac752r5whjha4mf9qg74g65kf71a2dlpl4wlxvdml5v1czw1"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-dash emacs-alert emacs-async))
+ (license license:gpl3+)
+ (home-page "https://github.com/akhramov/org-wild-notifier.el")
+ (synopsis "Customizable org-agenda notifications")
+ (description
+ "This package provides notification functions for org-agenda."))))
+
(define-public emacs-flymake-mypy
(let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd")
(revision "0"))