Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
36adbc43
Unverified
Commit
36adbc43
authored
6 years ago
by
Ludovic Courtès
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add emacs-recent-addresses.
* gnu/packages/emacs.scm (emacs-recent-addresses): New variable.
parent
daf76c7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/emacs.scm
+24
-0
24 additions, 0 deletions
gnu/packages/emacs.scm
with
24 additions
and
0 deletions
gnu/packages/emacs.scm
+
24
−
0
View file @
36adbc43
...
@@ -11410,3 +11410,27 @@ (define-public emacs-org-brain
...
@@ -11410,3 +11410,27 @@ (define-public emacs-org-brain
entries. You can think of entries as nodes in a mind map, or pages in a
entries. You can think of entries as nodes in a mind map, or pages in a
wiki."
)
wiki."
)
(
license
license:expat
)))
(
license
license:expat
)))
(
define-public
emacs-recent-addresses
(
let
((
commit
"d9da58db542089a1ceb5ef29e420dbfbc4a36373"
)
(
revision
"0"
))
(
package
(
name
"emacs-recent-addresses"
)
(
home-page
"http://nschum.de/src/emacs/recent-addresses/"
)
(
version
(
git-version
"0.1"
revision
commit
))
(
source
(
origin
(
method
git-fetch
)
(
uri
(
git-reference
(
url
"https://github.com/nschum/recent-addresses.el"
)
(
commit
commit
)))
(
sha256
(
base32
"175rvcwmkb5z7ss7q2y5178mvdvp5bhn39irz80qinlvaz8fm4nk"
))
(
file-name
(
git-file-name
name
version
))))
(
build-system
emacs-build-system
)
(
synopsis
"Record recently-used email addressed and auto-complete them"
)
(
description
"@code{recent-addresses} is an Emacs allows you to quickly look up
previously used email addresses. It can be used alongside the Gnus email
client."
)
(
license
license:gpl2+
))))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment