{"id":27368720,"url":"https://github.com/maxkatzmann/emacs-config","last_synced_at":"2026-02-06T00:32:25.943Z","repository":{"id":37814208,"uuid":"436727349","full_name":"maxkatzmann/emacs-config","owner":"maxkatzmann","description":"My humble emacs config.","archived":false,"fork":false,"pushed_at":"2023-03-27T08:56:30.000Z","size":374,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T16:56:27.149Z","etag":null,"topics":[],"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/maxkatzmann.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-09T18:52:26.000Z","updated_at":"2025-02-24T07:15:49.000Z","dependencies_parsed_at":"2025-04-13T07:14:51.968Z","dependency_job_id":"9b567dc7-cdd8-4f4f-844d-8b5d08ec931c","html_url":"https://github.com/maxkatzmann/emacs-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxkatzmann/emacs-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkatzmann%2Femacs-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkatzmann%2Femacs-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkatzmann%2Femacs-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkatzmann%2Femacs-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxkatzmann","download_url":"https://codeload.github.com/maxkatzmann/emacs-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkatzmann%2Femacs-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29140155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:14:48.546Z","status":"ssl_error","status_checked_at":"2026-02-05T23:14:35.724Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-04-13T07:14:49.628Z","updated_at":"2026-02-06T00:32:25.914Z","avatar_url":"https://github.com/maxkatzmann.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emacs-config\nMy humble emacs config.\n\nCurrently needs the following patches to work as expected\n- https://github.com/syl20bnr/evil-iedit-state/pull/37/commits\n- In the function `cfw:open-org-calendar` defined in `calfw-org.el`, the `view` should be changed to `:week`\n\nWe applied the following patch to nano-modeline:\n\n``` diff\nFrom c7662acfc9a18e5df8f99301fdd953a68e8a7908 Mon Sep 17 00:00:00 2001\nFrom: Maximilian Katzmann\nDate: Tue, 14 Jun 2022 21:42:31 +0200\nSubject: [PATCH] Adjustments to layouting\n\n---\n nano-modeline.el | 11 ++++++++---\n 1 file changed, 8 insertions(+), 3 deletions(-)\n\ndiff --git a/nano-modeline.el b/nano-modeline.el\nindex e28f4e4..84d7e03 100644\n--- a/nano-modeline.el\n+++ b/nano-modeline.el\n@@ -466,6 +466,7 @@ KEY mode name, for reference only. Easier to do lookups and/or replacements.\n                      ;; When do we add space on the left?\n                      (if nano-modeline-prefix-padding\n                          (propertize \" \" 'face face-modeline))))\n+                (propertize \" \" 'face face-name)\n                 (propertize name 'face face-name)\n                 (if (length name)\n                     (propertize \" \" 'face face-modeline))\n@@ -482,10 +483,14 @@ KEY mode name, for reference only. Easier to do lookups and/or replacements.\n \t     (right-len (length (format-mode-line right))))\n     (concat\n      left \n+     ;; (propertize \" \"  'face face-secondary\n+     ;;             'display `(space :align-to (+ right\n+     ;;                                           (-0 . right-margin)\n+     ;;                                          ,(- right-len 0))))\n      (propertize \" \"  'face face-secondary\n-                 'display `(space :align-to (- right\n-                                               (-1 . right-margin)\n-                                              ,(- right-len 0))))\n+                 'display `(space :align-to (+ 1 (- right\n+                                               (-0 . right-margin)\n+                                              ,(- right-len 0)))))\n      right)))\n \n \n-- \n2.32.0 (Apple Git-132)\n```\n\n`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkatzmann%2Femacs-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxkatzmann%2Femacs-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkatzmann%2Femacs-config/lists"}