{"id":20622657,"url":"https://github.com/myterminal/emacs-profiles","last_synced_at":"2026-06-10T07:31:10.884Z","repository":{"id":76221086,"uuid":"60410231","full_name":"myTerminal/emacs-profiles","owner":"myTerminal","description":"Configuration profiles for Emacs","archived":false,"fork":false,"pushed_at":"2021-07-14T05:11:22.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-08T04:05:37.094Z","etag":null,"topics":["configuration-profile","emacs"],"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/myTerminal.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}},"created_at":"2016-06-04T12:51:52.000Z","updated_at":"2021-07-14T05:11:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3ac5799-a6a2-4888-9faa-94318e8d68d5","html_url":"https://github.com/myTerminal/emacs-profiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myTerminal/emacs-profiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Femacs-profiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Femacs-profiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Femacs-profiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Femacs-profiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/emacs-profiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Femacs-profiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["configuration-profile","emacs"],"created_at":"2024-11-16T12:24:10.567Z","updated_at":"2026-06-10T07:31:10.862Z","avatar_url":"https://github.com/myTerminal.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emacs-profiles\n\n[![Marmalade](https://img.shields.io/badge/marmalade-available-8A2A8B.svg)](https://marmalade-repo.org/packages/emacs-profiles)  \n[![License](https://img.shields.io/badge/LICENSE-GPL%20v3.0-blue.svg)](https://www.gnu.org/licenses/gpl.html)\n\nConfiguration profiles for Emacs.\n\nYou can use emacs-profiles to switch between multiple sets of configuration at a couple of key-presses.\n\n## Installation\n\n### Manual\n\nSave the file *emacs-profiles.el* to disk and add the directory containing it to `load-path` using a command in your *.emacs* file like:\n\n    (add-to-list 'load-path \"~/.emacs.d/\")\n\nThe above line assumes that you've placed the file into the Emacs directory '.emacs.d'.\n\nStart the package with:\n\n    (require 'emacs-profiles)\n\n### Marmalade\n\nIf you have Marmalade added as a repository to your Emacs, you can just install *emacs-profiles* with\n\n    M-x package-install emacs-profiles RET\n\n## Usage\n\nSet a key-binding to open the configuration menu that displays all configured configurations.\n\n    (global-set-key (kbd \"C-M-`\") 'emacs-profiles-show-menu)\n\nYou can also define your configuration as\n\n    (emacs-profiles-set-profiles-data\n        (list '(\"1\" \n                \"Office\" \n                (lambda ()\n                    (invert-face 'default)))\n              '(\"2\" \n                \"Home\" \n                (lambda ()\n                    (menu-bar-mode -1)\n                    (tool-bar-mode -1)\n                    (scroll-bar-mode -1)))))\n\nEach item in the list should contain three elements:\n\n* Key to be pressed to load the profile\n* Name of the profile\n* A function to be executed against the key, the function that contains all scripts to be executed to apply that particular configuration.\n\nLastly, you can also call `emacs-profiles-show-menu` at startup so that you can choose which profile to start Emacs in when you start it.\n\n## Dependencies\n\n* [prompt-you](https://github.com/myTerminal/prompt-you)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Femacs-profiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Femacs-profiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Femacs-profiles/lists"}