{"id":15583497,"url":"https://github.com/peterwvj/emacs.d","last_synced_at":"2025-10-31T11:12:06.607Z","repository":{"id":75587645,"uuid":"69765734","full_name":"peterwvj/emacs.d","owner":"peterwvj","description":"My Emacs configuration files","archived":false,"fork":false,"pushed_at":"2023-08-29T18:06:16.000Z","size":344,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T04:39:41.203Z","etag":null,"topics":["auctex","elisp","emacs","emacs-configuration","emacs-lisp","eshell","mu4e"],"latest_commit_sha":null,"homepage":null,"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/peterwvj.png","metadata":{"files":{"readme":"README.org","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-01T21:50:45.000Z","updated_at":"2023-01-20T15:08:52.000Z","dependencies_parsed_at":"2025-03-29T08:42:51.813Z","dependency_job_id":"9bb94959-08ee-4670-80e0-33f08510d9e0","html_url":"https://github.com/peterwvj/emacs.d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterwvj/emacs.d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterwvj%2Femacs.d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterwvj%2Femacs.d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterwvj%2Femacs.d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterwvj%2Femacs.d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterwvj","download_url":"https://codeload.github.com/peterwvj/emacs.d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterwvj%2Femacs.d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280094902,"owners_count":26271003,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"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":["auctex","elisp","emacs","emacs-configuration","emacs-lisp","eshell","mu4e"],"created_at":"2024-10-02T20:08:45.256Z","updated_at":"2025-10-20T12:47:22.234Z","avatar_url":"https://github.com/peterwvj.png","language":"Emacs Lisp","readme":"#+STARTUP: showall\n\n* My Emacs configuration\n\n[[https://travis-ci.org/peterwvj/emacs.d.svg?branch=master]]\n\nI have developed a set of configuration files that allow me to\nefficiently carry out my daily work in Emacs. This repository contains\nthese configuration files in the hope that they will be useful to\nothers.\n\n* Quick start\n\nTo install this Emacs configuration run:\n\n#+BEGIN_SRC bash\ngit clone git@github.com:peterwvj/emacs.d.git ~/.emacs.d\n#+END_SRC\n\n* Using the configuration\n\nComprehensive Emacs configurations usually take a bit of time to\nload. To address this, I launch Emacs as a /daemon/ on system startup,\nand every time I need to use Emacs I launch it as a /client/. In this\nway, the configuration only needs to be loaded once during system\nstartup.\n\nTo launch Emacs as a daemon execute:\n\n#+BEGIN_SRC bash\nemacs --daemon\n#+END_SRC\n\nIn addition, I use a function =e= to launch Emacs as a client:\n\n#+BEGIN_SRC bash\nfunction e {\n  emacsclient -c \"$@\" \u003e /dev/null 2\u003e\u00261 \u0026 disown\n}\n#+END_SRC\n\nNow, to open a file with Emacs you simply run:\n\n#+BEGIN_SRC bash\ne \u003cfile\u003e\n#+END_SRC\n\n* Testing the configuration\n\nI use [[https://travis-ci.org/][Travis CI]] to test that the configuration works with the most\nrecent versions of Emacs. Specifically, I check that it loads with\nEmacs 24.5, 25.1 and bleeding edge snapshots. The approach that I take\nto testing that the configuration loads successfully is inspired by\nthat of [[https://github.com/purcell/emacs.d][Steve Purcell]].\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterwvj%2Femacs.d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterwvj%2Femacs.d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterwvj%2Femacs.d/lists"}