{"id":13894712,"url":"https://github.com/anwyn/slime-company","last_synced_at":"2025-07-17T09:34:07.509Z","repository":{"id":8105735,"uuid":"9520977","full_name":"anwyn/slime-company","owner":"anwyn","description":"Company-mode completion backend for Slime.","archived":false,"fork":false,"pushed_at":"2021-01-24T16:29:28.000Z","size":46,"stargazers_count":76,"open_issues_count":0,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-07T18:31:27.155Z","etag":null,"topics":["common-lisp","completion","completion-backend","convenience","emacs-lisp","melpa","slime","slime-company"],"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/anwyn.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}},"created_at":"2013-04-18T12:20:56.000Z","updated_at":"2024-06-16T05:09:32.000Z","dependencies_parsed_at":"2022-09-21T00:21:02.972Z","dependency_job_id":null,"html_url":"https://github.com/anwyn/slime-company","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anwyn%2Fslime-company","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anwyn%2Fslime-company/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anwyn%2Fslime-company/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anwyn%2Fslime-company/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anwyn","download_url":"https://codeload.github.com/anwyn/slime-company/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226248375,"owners_count":17595159,"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":["common-lisp","completion","completion-backend","convenience","emacs-lisp","melpa","slime","slime-company"],"created_at":"2024-08-06T18:01:43.191Z","updated_at":"2024-11-24T23:31:23.850Z","avatar_url":"https://github.com/anwyn.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"slime-company\n=============\n\nA [company-mode](https://company-mode.github.io) completion backend for\n[Slime](https://github.com/slime/slime), \"The Superior Lisp Interaction Mode for Emacs\".\n\n![screenshot](slime-company.png)\n\n## Setup\n\nThe recommended way to install `slime-company` is via\n[MELPA](http://melpa.org/#/slime-company). If not using MELPA, put\nthis file somewhere into your load-path (or just into slime-path/contribs).\n\nTo activate the contrib add it to the `slime-setup` call in your `.emacs`\n\n```el\n(slime-setup '(slime-fancy slime-company))\n```\n\nYou may also want to `M-x customize-group slime-company` to select the\ncompletion method (use `fuzzy' if you like to complete package names),\nthe major modes where `slime-company` is automatically activated, what\ndo do after a successful completion and how to display the argument\nlist of a function.\n\nThese customization variables can also be set manually. An example with\n`use-package' looks like this:\n\n```\n(use-package slime-company\n  :after (slime company)\n  :config (setq slime-company-completion 'fuzzy\n                slime-company-after-completion 'slime-company-just-one-space))\n```\n\nThe following bindings for `company-active-map` will add the usual\nnavigation keys to the completion menu:\n\n```el\n(define-key company-active-map (kbd \"\\C-n\") 'company-select-next)\n(define-key company-active-map (kbd \"\\C-p\") 'company-select-previous)\n(define-key company-active-map (kbd \"\\C-d\") 'company-show-doc-buffer)\n(define-key company-active-map (kbd \"M-.\") 'company-show-location)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanwyn%2Fslime-company","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanwyn%2Fslime-company","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanwyn%2Fslime-company/lists"}