Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and update recipes for org-gcal, org-fc, org-pomodoro-third-time, calfw-blocks and related dependencies #2893

Merged
merged 11 commits into from
Jan 28, 2023

Conversation

vedang
Copy link
Contributor

@vedang vedang commented Jan 27, 2023

This PR submits the following changes on top of commit 837fcbb:

  • Add a recipe for calfw-blocks

  • Update org-gcal recipe, add recipes for emacs-aio and emacs-oauth2-auto

  • Add a recipe for org-pomodoro-third-time

  • Add a recipe for org-fc

    recipes/calfw-blocks.rcp            | 6 ++++++
    recipes/calfw.rcp                   | 1 -
    recipes/emacs-aio.rcp               | 5 +++++
    recipes/emacs-oauth2-auto.rcp       | 6 ++++++
    recipes/org-fc.rcp                  | 5 +++++
    recipes/org-gcal.rcp                | 2 +-
    recipes/org-pomodoro-third-time.rcp | 6 ++++++
    
    7 files changed, 29 insertions(+), 2 deletions(-)
    create mode 100644 recipes/calfw-blocks.rcp
    create mode 100644 recipes/emacs-aio.rcp
    create mode 100644 recipes/emacs-oauth2-auto.rcp
    create mode 100644 recipes/org-fc.rcp
    create mode 100644 recipes/org-pomodoro-third-time.rcp
    

The mode has been moved to the `emacs-typescript` organization
`orzechowskid/tsi.el` is a minor mode to indent code using the syntax
tree generated by `elisp-tree-sitter`
`radian-software/apheleia` is a tool to auto-format files in different
languages intelligently.
`humanoid-colors/emacs-humanoid-themes` provides a beautiful light
theme and a beautiful dark theme for Emacs GUI and terminal.

Use the themes with `(load-theme 'humanoid-light t)` and
`(load-theme 'humanoid-dark t)`
`radian-software/ctrlf` is a modern replacement of `isearch`, keeping
to mostly the same interface.
- `zig-mode` is now served from a different github organization
- Add a `minimum-emacs-version` clause
* track-upstream:
  Update Git time machine repo (dimitri#2892)
  Fix Git HTTP smart host detection (dimitri#2854)
  Slightly better suggestion of how to set load-path (dimitri#2888)
  Update helm.rcp (dimitri#2889)
  sunrise-commander was tracking obsolete branch (dimitri#2887)
  Add troubleshooting section to README.md (dimitri#2886)
  Add / Update recipes for typescript and ziglang development (dimitri#2883)
This package enables rendering of tasks as calendar time-blocks in the
Emacs Calendar Framework
The latest version adds a new dependencies for dealing with Google's
OAuth2 changes.
This package modifies the existing `org-pomodoro` to implement the
third time system. The Third Time system is explained in the README of
the project.
`org-fc` implements a spaced repetition system similar to Anki inside
org-mode. It's quite brilliant!
Copy link
Collaborator

@alexott alexott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you!

@alexott alexott merged commit 17db764 into dimitri:master Jan 28, 2023
vedang added a commit to vedang/el-get that referenced this pull request Mar 22, 2023
* track-upstream:
  Add new dependency (dimitri#2898)
  all magit/ repos at github now use "main" branch instead of "master" (dimitri#2899)
  sunrise-commander and company-mode (dimitri#2896)
  magit and forge moved branches at github (dimitri#2897)
  Add and update recipes for org-gcal, org-fc, org-pomodoro-third-time, calfw-blocks and related dependencies (dimitri#2893)
vedang added a commit to vedang/el-get that referenced this pull request Mar 22, 2023
* master:
  Add new dependency (dimitri#2898)
  all magit/ repos at github now use "main" branch instead of "master" (dimitri#2899)
  sunrise-commander and company-mode (dimitri#2896)
  magit and forge moved branches at github (dimitri#2897)
  Add and update recipes for org-gcal, org-fc, org-pomodoro-third-time, calfw-blocks and related dependencies (dimitri#2893)
takaxp pushed a commit to takaxp/el-get that referenced this pull request Jun 17, 2024
… calfw-blocks and related dependencies (dimitri#2893)

* Update typescript-mode recipe organization

The mode has been moved to the `emacs-typescript` organization

* Add a recipe for tsi.el

`orzechowskid/tsi.el` is a minor mode to indent code using the syntax
tree generated by `elisp-tree-sitter`

* Add a recipe for apheleia

`radian-software/apheleia` is a tool to auto-format files in different
languages intelligently.

* Add a recipe for humanoid-themes

`humanoid-colors/emacs-humanoid-themes` provides a beautiful light
theme and a beautiful dark theme for Emacs GUI and terminal.

Use the themes with `(load-theme 'humanoid-light t)` and
`(load-theme 'humanoid-dark t)`

* Add a recipe for ctrlf

`radian-software/ctrlf` is a modern replacement of `isearch`, keeping
to mostly the same interface.

* Update the recipe for zig-mode

- `zig-mode` is now served from a different github organization
- Add a `minimum-emacs-version` clause

* Add a recipe for calfw-blocks

This package enables rendering of tasks as calendar time-blocks in the
Emacs Calendar Framework

* Update org-gcal recipe, add recipes for emacs-aio and emacs-oauth2-auto

The latest version adds a new dependencies for dealing with Google's
OAuth2 changes.

* Add a recipe for org-pomodoro-third-time

This package modifies the existing `org-pomodoro` to implement the
third time system. The Third Time system is explained in the README of
the project.

* Add a recipe for org-fc

`org-fc` implements a spaced repetition system similar to Anki inside
org-mode. It's quite brilliant!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants