{"id":18256673,"url":"https://github.com/honmaple/emacs-maple-line","last_synced_at":"2025-04-08T22:28:17.141Z","repository":{"id":145149453,"uuid":"190059592","full_name":"honmaple/emacs-maple-line","owner":"honmaple","description":"emacs hide mode line of every buffer but with single maple line","archived":false,"fork":false,"pushed_at":"2020-05-19T15:58:09.000Z","size":296,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T17:43:05.334Z","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/honmaple.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}},"created_at":"2019-06-03T18:26:48.000Z","updated_at":"2024-06-26T13:47:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cd6e5ae-b7cb-4255-9bc4-1e1ba3f8c5fc","html_url":"https://github.com/honmaple/emacs-maple-line","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/honmaple%2Femacs-maple-line","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-line/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-line/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-line/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-line/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937897,"owners_count":21021379,"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-05T10:23:11.945Z","updated_at":"2025-04-08T22:28:17.125Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-line\n** screenshots\n   [[https://github.com/honmaple/emacs-maple-line/blob/master/screenshot/example.png]]\n   [[https://github.com/honmaple/emacs-maple-line/blob/master/screenshot/example1.png]]\n** How to use\n   #+begin_src bash\n   git clone https://github.com/honmaple/emacs-maple-line ~/.emacs.d/site-lisp/maple-line\n   #+end_src\n\n   #+begin_src elisp\n     (use-package maple-line\n       :ensure nil\n       :hook (after-init . maple-line-mode))\n       :config\n       (setq maple-line-display-alist '((side . bottom)\n                                         (slot . 0)\n                                         (window-height . 1)))\n   #+end_src\n   \n   #+begin_src elisp\n     (use-package maple-line-hide\n       :ensure nil\n       :hook (after-init . global-maple-line-hide-mode)\n       :config\n       (setq maple-line-hide-underline t\n             maple-line-hide-underline-color \"red\"\n             maple-line-hide-ignore '(\"*scratch*\" \"^magit\" python-mode)))\n\n     (use-package maple-line-hide\n       :ensure nil\n       :hook (prog-mode . maple-line-hide-mode))\n   #+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-line","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-line","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-line/lists"}