{"id":19420655,"url":"https://github.com/karimaziev/unmodified-buffer-mode","last_synced_at":"2026-03-01T08:31:37.986Z","repository":{"id":96142498,"uuid":"600386255","full_name":"KarimAziev/unmodified-buffer-mode","owner":"KarimAziev","description":"Unset modified flag for buffers which are identical to the file on disk.","archived":false,"fork":false,"pushed_at":"2024-05-25T13:36:46.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T23:56:34.187Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarimAziev.png","metadata":{"files":{"readme":"README.org","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-11T10:31:12.000Z","updated_at":"2024-05-25T13:36:49.000Z","dependencies_parsed_at":"2024-11-10T13:26:21.258Z","dependency_job_id":"71cbbadf-5a8b-4966-a26e-e4a31c25c894","html_url":"https://github.com/KarimAziev/unmodified-buffer-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KarimAziev/unmodified-buffer-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Funmodified-buffer-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Funmodified-buffer-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Funmodified-buffer-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Funmodified-buffer-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarimAziev","download_url":"https://codeload.github.com/KarimAziev/unmodified-buffer-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Funmodified-buffer-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29965342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-11-10T13:24:27.141Z","updated_at":"2026-03-01T08:31:37.952Z","avatar_url":"https://github.com/KarimAziev.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* unmodified-buffer-mode\n\nGlobal mode that revert modified buffers state which are identical to the file on disk on window change.\n\n** Installation\n\n- Emacs \u003e= 24.1 is required.\n- diff\n\n*** Manual\n\nDownload the source code and put it wherever you like, e.g. into =~/.emacs.d/unmodified-buffer-mode/=\n\n#+begin_src shell :eval no\ngit clone https://github.com/KarimAziev/unmodified-buffer-mode.git ~/.emacs.d/unmodified-buffer-mode/\n#+end_src\n\nAdd the downloaded directory to the load path:\n\n#+begin_src elisp :eval no\n(add-to-list 'load-path \"~/.emacs.d/unmodified-buffer-mode/\")\n(require 'unmodified-buffer-mode)\n#+end_src\n\n#+begin_src elisp :eval no\n(use-package unmodified-buffer-mode\n  :straight (unmodified-buffer-mode\n             :repo \"KarimAziev/unmodified-buffer-mode\"\n             :type git\n             :host github)\n  :hook (after-init . unmodified-buffer-mode))\n#+end_src","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Funmodified-buffer-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimaziev%2Funmodified-buffer-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Funmodified-buffer-mode/lists"}