Skip to content

Commit

Permalink
Merge branch 'track-upstream'
Browse files Browse the repository at this point in the history
* track-upstream:
  Update mu4e.rcp (dimitri#2903)
  Add recipes for denote and combobulate, Update recipes for Emacsql and Closql (dimitri#2902)
  • Loading branch information
vedang committed Jun 12, 2023
2 parents e25d643 + c11d12a commit 541418f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes/closql.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
:description "Store EIEIO objects using EmacSQL"
:type github
:pkgname "emacscollective/closql"
:branch "main"
:minimum-emacs-version "25.1"
:depends (esqlite))
6 changes: 6 additions & 0 deletions recipes/combobulate.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name combobulate
:description "Structured Editing and Navigation in Emacs"
:type github
:pkgname "mickeynp/combobulate"
:load-path (".")
:minimum-emacs-version "29")
6 changes: 6 additions & 0 deletions recipes/denote.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name denote
:description "Simple notes with an efficient file-naming scheme"
:type git
:url "https://git.sr.ht/~protesilaos/denote"
:load-path (".")
:minimum-emacs-version "28.1")
1 change: 1 addition & 0 deletions recipes/emacsql.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(:name emacsql
:description "High-level SQL database front-end."
:type github
:branch "main"
:pkgname "skeeto/emacsql"
:minimum-emacs-version "25.1")
2 changes: 1 addition & 1 deletion recipes/mu4e.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
(el-get-package-directory 'mu4e))))
:build `(("./autogen.sh")
("make"))
:load-path "mu4e"
:load-path "build/mu4e"
:info "build/mu4e/mu4e.info"
)

0 comments on commit 541418f

Please sign in to comment.