{"id":15050994,"url":"https://github.com/gnu-bert/setup-c-programming","last_synced_at":"2026-01-02T02:23:51.416Z","repository":{"id":250384424,"uuid":"834307535","full_name":"gnu-bert/setup-c-programming","owner":"gnu-bert","description":"Emacs / Debian easy config for learning c-programming.","archived":false,"fork":false,"pushed_at":"2024-08-01T22:27:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T21:52:15.153Z","etag":null,"topics":["beginner","c-programming","debian","emacs","literate-programming"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnu-bert.png","metadata":{"files":{"readme":"README.md","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":"2024-07-26T22:43:32.000Z","updated_at":"2024-08-01T22:27:50.000Z","dependencies_parsed_at":"2024-11-19T18:42:52.806Z","dependency_job_id":"041d1fcf-a864-4099-8746-b42cdd16de09","html_url":"https://github.com/gnu-bert/setup-c-programming","commit_stats":null,"previous_names":["gnu-bert/setup-c-programming"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-bert%2Fsetup-c-programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-bert%2Fsetup-c-programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-bert%2Fsetup-c-programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-bert%2Fsetup-c-programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnu-bert","download_url":"https://codeload.github.com/gnu-bert/setup-c-programming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511296,"owners_count":20302540,"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":["beginner","c-programming","debian","emacs","literate-programming"],"created_at":"2024-09-24T21:30:10.249Z","updated_at":"2026-01-02T02:23:51.391Z","avatar_url":"https://github.com/gnu-bert.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emacs-init.el\nEmacs / Debian init.el for C-programming for beginner's like me + install compiler:)\n\n# For debian 12.6\n\nsudo apt install build-essential (c/c++ compiler)\n\n\nsudo apt install emacs (GNU Emacs is the extensible self-documenting text editor.)\n\n\nsudo apt install elpa-flycheck (modern on-the-fly syntax checking for Emacs.)\n\n\nsudo apt install elpa-evil (extensible vi layer for Emacs)\n\n\ncopy init.el to your .emacs.d directory in your home folder.\n\n\n# keybindings\nM is the Altkey\n\n\nC is the Ctrlkey\n\nM-m (compile using your Makefile)\n\n\nF5  (compile your current *.c file)\n\n\nC-c o (open the header file at point/cursor)\n\n\nevil-mode is not enable by default, but you can start it just hit M-x and type evil-mode\n\n\nTo always use evil mode just uncomment the two semicomas before (evil-mode) in init.el\n\n\n;;(evil-mode t)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnu-bert%2Fsetup-c-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnu-bert%2Fsetup-c-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnu-bert%2Fsetup-c-programming/lists"}