{"id":19249338,"url":"https://github.com/sous-chefs/emacs","last_synced_at":"2025-10-04T22:28:38.295Z","repository":{"id":2725679,"uuid":"3720585","full_name":"sous-chefs/emacs","owner":"sous-chefs","description":"Development repository for the emacs cookbook","archived":false,"fork":false,"pushed_at":"2024-02-01T01:47:01.000Z","size":79,"stargazers_count":10,"open_issues_count":5,"forks_count":16,"subscribers_count":26,"default_branch":"main","last_synced_at":"2024-04-14T00:52:27.376Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","emacs","hacktoberfest","managed-by-terraform"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/emacs","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sous-chefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"open_collective":"sous-chefs"}},"created_at":"2012-03-14T18:13:23.000Z","updated_at":"2023-11-28T06:00:57.000Z","dependencies_parsed_at":"2024-02-20T16:06:23.234Z","dependency_job_id":"dacdccab-0431-4974-9d63-ab53cbd45da0","html_url":"https://github.com/sous-chefs/emacs","commit_stats":{"total_commits":99,"total_committers":13,"mean_commits":7.615384615384615,"dds":0.6767676767676767,"last_synced_commit":"6ae2e944fa0060f2a66c07bb93ecb35f649810dc"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Femacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Femacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Femacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Femacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/emacs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223863870,"owners_count":17216234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chef","chef-cookbook","chef-resource","emacs","hacktoberfest","managed-by-terraform"],"created_at":"2024-11-09T18:13:45.738Z","updated_at":"2025-10-04T22:28:33.239Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","funding_links":["https://opencollective.com/sous-chefs"],"categories":[],"sub_categories":[],"readme":"# Description\n\nInstalls the \"emacs\" package to install the worlds most flexible, customizable text editor.\n\n## Requirements\n\n## Platform\n\n* Debian/Ubuntu\n* Red Hat/CentOS/Scientific/Fedora/Arch\n* FreeBSD\n\nShould work on any platform that has a default provider for the `package` resource and a package named `emacs` avaialble in the default package manager repository.\n\nOn FreeBSD, Chef version 0.10.6 is required for fixes to the ports package provider.\n\n## Attributes\n\n* `node['emacs']['packages']` - An array of Emacs package names to install. Defaults to the \"No X11\" name based on platform and falls back to \"emacs\".\n\n## Recipes\n\n### default\n\nInstalls the emacs package.\n\n### Usage\n\nSimply add `recipe[emacs]` to the run list of a base role that gets applied to all systems. Modify the `node['emacs']['packages']` attribute if the default package name for your platform is unavailable or incorrect (see `attributes/default.rb`). You should modify this with an attribute in a role applied to the node. For example:\n\n    name \"base\"\n    description \"base role is applied to all nodes\"\n    run_list(\"recipe[emacs]\")\n    default_attributes(\n      \"emacs\" =\u003e {\n        \"packages\" =\u003e [\"emacs-nox\"]\n      }\n    )\n\nAs this is an array you can append other emacs-related packages, such as to make configuration modes available.\n\n## Contributors\n\nThis project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890\u0026button=false)\n\n### Backers\n\nThank you to all our backers!\n\n![https://opencollective.com/sous-chefs#backers](https://opencollective.com/sous-chefs/backers.svg?width=600\u0026avatarHeight=40)\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\n\n![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/4/website](https://opencollective.com/sous-chefs/sponsor/4/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/5/website](https://opencollective.com/sous-chefs/sponsor/5/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/6/website](https://opencollective.com/sous-chefs/sponsor/6/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/7/website](https://opencollective.com/sous-chefs/sponsor/7/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/8/website](https://opencollective.com/sous-chefs/sponsor/8/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/9/website](https://opencollective.com/sous-chefs/sponsor/9/avatar.svg?avatarHeight=100)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Femacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Femacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Femacs/lists"}