{"id":27096371,"url":"https://github.com/johndevlopment/emacs-extensions","last_synced_at":"2026-02-02T06:02:51.866Z","repository":{"id":259975245,"uuid":"771820355","full_name":"JohnDevlopment/emacs-extensions","owner":"JohnDevlopment","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-23T22:36:19.000Z","size":1279,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T11:13:21.942Z","etag":null,"topics":["emacs","emacs-initialization"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnDevlopment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-14T02:23:58.000Z","updated_at":"2026-01-23T22:36:27.000Z","dependencies_parsed_at":"2025-12-11T11:13:25.832Z","dependency_job_id":null,"html_url":"https://github.com/JohnDevlopment/emacs-extensions","commit_stats":null,"previous_names":["johndevlopment/emacs-extensions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnDevlopment/emacs-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDevlopment%2Femacs-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDevlopment%2Femacs-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDevlopment%2Femacs-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDevlopment%2Femacs-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnDevlopment","download_url":"https://codeload.github.com/JohnDevlopment/emacs-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDevlopment%2Femacs-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs","emacs-initialization"],"created_at":"2025-04-06T09:39:38.098Z","updated_at":"2026-02-02T06:02:51.861Z","avatar_url":"https://github.com/JohnDevlopment.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emacs Extensions\n\n## Customize\n\n### `package-archives`\n\n| Archive name | URL                            |\n|--------------|--------------------------------|\n| melpa        | https://melpa.org/packages/    |\n| gnu          | https://elpa.gnu.org/packages/ |\n\n## Dependencies\n\n- `desktop+` (melpa)\n- `codeium` (melpa; optional)\n\n## Default Installation\n\nMove all lisp files into `~/.emacs.d/extensions` and put this into your init file:\n\n```lisp\n(load \"~/.emacs.d/extensions/extensions.el\")\n```\n\nCopy all the lisp files and `packages/` into the destination directory.\n\n## Extensions\n\n### Autoloaded Extensions\n\n\u003c!--\n#+ORGTBL: SEND extensions orgtbl-to-markdown\n| Extension | File            | External Packages               |\n|-----------+-----------------+---------------------------------|\n| Basic     | basic-ext.el    | basic-mode                      |\n| C         | c-ext.el        |                                 |\n| HTML      | html-ext.el     |                                 |\n| Markdown  | markdown-ext.el | markdown-toc                    |\n| Rust      | rust-ext.el     | company-capf, rust-mode, rustic |\n--\u003e\n\n\u003c!-- BEGIN RECEIVE ORGTBL extensions --\u003e\n| Extension | File | External Packages |\n|--:|--:|--:|\n| Basic | basic-ext.el | basic-mode |\n| C | c-ext.el |  |\n| HTML | html-ext.el |  |\n| Markdown | markdown-ext.el | markdown-toc |\n| Rust | rust-ext.el | company-capf, rust-mode, rustic |\n\u003c!-- END RECEIVE ORGTBL extensions --\u003e\n\n### Other Extensions\n\n\u003c!--\n#+ORGTBL: SEND other orgtbl-to-markdown\n| Extension | File           | External Packages |\n|-----------+----------------+-------------------|\n| Buffers   | buffers-ext.el |                   |\n| Codeium   | codeium-ext.el | codeium           |\n| Imenu     | imenu-ext.el   |                   |\n| Keymaps   | keymaps-ext.el | move-text         |\n--\u003e\n\n\u003c!-- BEGIN RECEIVE ORGTBL other --\u003e\n| Extension | File | External Packages |\n|--:|--:|--:|\n| Buffers | buffers-ext.el |  |\n| Codeium | codeium-ext.el | codeium |\n| Imenu | imenu-ext.el |  |\n| Keymaps | keymaps-ext.el | move-text |\n\u003c!-- END RECEIVE ORGTBL other --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndevlopment%2Femacs-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohndevlopment%2Femacs-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndevlopment%2Femacs-extensions/lists"}