{"id":13862558,"url":"https://github.com/zk-phi/include-anywhere","last_synced_at":"2026-02-10T14:30:18.818Z","repository":{"id":152679636,"uuid":"80272241","full_name":"zk-phi/include-anywhere","owner":"zk-phi","description":"Include from anywhere","archived":false,"fork":false,"pushed_at":"2021-03-06T04:20:12.000Z","size":295,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T21:15:06.427Z","etag":null,"topics":["emacs"],"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/zk-phi.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}},"created_at":"2017-01-28T07:28:01.000Z","updated_at":"2021-03-06T04:20:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d89e7af2-56c8-41d3-b03d-c7f858123186","html_url":"https://github.com/zk-phi/include-anywhere","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/zk-phi%2Finclude-anywhere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Finclude-anywhere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Finclude-anywhere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Finclude-anywhere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/include-anywhere/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239808125,"owners_count":19700440,"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":["emacs"],"created_at":"2024-08-05T06:01:47.371Z","updated_at":"2026-02-10T14:30:18.771Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","readme":"* include-anywhere.el\n\nInsert import statements from anywhere\n\nどこからでもいい感じに import 文を挿入\n\n** Description\n\nThis package provides `include-anywhere` command, which just inserts\nan import statement into the \"right\" position, regardless of where you\nare now.\n\n\"Right\" position is by default determined by `string\u003c` predicate, and\nimport statements will be ordered lexicographically (anyway you can\ncustomize this behavior).\n\n** Screencast\n\n[[screencast.gif]]\n\n** Usage\n\nLoad this package in your init.el\n\n: (require 'include-anywhere)\n\nand call `M-x include-anywhere` in a buffer with supported\nmajor-modes listed below :\n\n- c-mode, java-mode\n- lisp-interaction-mode, emacs-lisp-mode\n- perl-mode, cperl-mode\n\nTo add support for another major-mode, put something like\n\n: (push '(c-mode . (\"#include \u003c\" . \"\u003e\")) include-anywhere-alist)\n\ninto your init.el.\n","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Finclude-anywhere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Finclude-anywhere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Finclude-anywhere/lists"}