{"id":20033202,"url":"https://github.com/dbr/dotemacs","last_synced_at":"2025-03-02T05:42:30.593Z","repository":{"id":826661,"uuid":"541902","full_name":"dbr/dotemacs","owner":"dbr","description":"Emacs configuration, structured as an org-mode file","archived":false,"fork":false,"pushed_at":"2022-10-21T07:28:37.000Z","size":9611,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T18:15:49.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-01T21:39:27.000Z","updated_at":"2023-01-10T20:27:20.000Z","dependencies_parsed_at":"2023-01-11T15:47:55.177Z","dependency_job_id":null,"html_url":"https://github.com/dbr/dotemacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fdotemacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fdotemacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fdotemacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fdotemacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbr","download_url":"https://codeload.github.com/dbr/dotemacs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465080,"owners_count":19967243,"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":[],"created_at":"2024-11-13T09:44:56.881Z","updated_at":"2025-03-02T05:42:30.575Z","avatar_url":"https://github.com/dbr.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Emacs version\n\nThis is used with emacs 27\n\n## To use\n\n- `git clone` the repo to ~/.emacs.d\n- Launch emacs\n\n## Making customisations\n\nAll the configuring is done in `config.org` using org-babel blocks, e.g:\n\n    #+begin_src emacs-lisp\n    (require 'somemodule)\n    #+end_src\n\nThese blocks are automatically evaluated when emacs is launched, using\n`org-babel` - they can be organised using regular org-mode stuff\n\nTo enable customiations live, it's easiest to use `eval-last-sexp`\n(`C-x C-e`) or `eval-region` on the code block\n\n## External modules\n\nMost third-party packages are installed via `package-install` and\ncommitted to this repo.\n\nThere are updated via `M-x list-packages` then press `U` to mark\navailable updates for install, then perform the install with `x`.\n\nThings which cannot be installed this way live in the `ext/` folder.\n\nSingular `.el` live in the root of `ext/`, e.g:\n\n    config.org\n    ext/\n      tempbuf.el\n      markdown-mode.el\n\nThese can be loaded with `(require 'tempbuf)` as `ext/` is added to\nthe `load-path`\n\nCode with multiple files live in a subdirectory of `ext/`,\n\n    config.org\n    ext/\n      tempbuf.el\n      markdown-mode.el\n      magit/\n        magit-bisect.el\n        magit-blame.el\n        ...\n      org-mode/\n        ...\n\nUnder the \"Load path\" heading, there is a \"Subdirs of ext/\" section -\nsubdirectories are added to the list in the code block.\n\n## How it works\n\nUsing [`org-babel`](http://orgmode.org/worg/org-contrib/babel/intro.html)\n\nBasically, the code in `init.el` calls `org-babel-load-file`, which\nevaluates any code-blocks in `config.org`\n\nCustomisations live tidily in `config.org`, removing the need to keep\n`init.el` organised manually (as the init file just contains the\nbootstrapping code for `org-babel`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fdotemacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbr%2Fdotemacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fdotemacs/lists"}