{"id":20400396,"url":"https://github.com/fschutt/.emacs","last_synced_at":"2026-01-27T23:53:08.232Z","repository":{"id":90270135,"uuid":"103855641","full_name":"fschutt/.emacs","owner":"fschutt","description":"My personal .emacs file for Rust development","archived":false,"fork":false,"pushed_at":"2018-01-11T09:22:22.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T07:18:21.115Z","etag":null,"topics":[],"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/fschutt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-17T19:25:16.000Z","updated_at":"2017-09-18T10:04:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1fd4a59-b819-41c9-8866-8cc6db37375c","html_url":"https://github.com/fschutt/.emacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fschutt/.emacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2F.emacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2F.emacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2F.emacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2F.emacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fschutt","download_url":"https://codeload.github.com/fschutt/.emacs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2F.emacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28828006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-15T04:40:04.776Z","updated_at":"2026-01-27T23:53:08.218Z","avatar_url":"https://github.com/fschutt.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .emacs\nMy personal .emacs file for Rust development. It contains:\n\n- rust-mode.el (Syntax parsing for rust files)\n- dash.el (List library for Emacs)\n- flycheck.el (On-the-fly syntax checking)\n- flycheck-rust.el (Syntax-checking specific to rust)\n- cargo-process.el (Commands for cargo)\n- cargo.el (Settings for cargo)\n\nAdditionally it contains other settings, most of which are from Casey Muratorys .emacs file. I am too lazy setting things up every time and I only want to copy one file. Should work \"out of the box\", without any additional packages.\n\nIf if doesn't work for you, there is a high chance that line 15128 is wrong:\n\n```\n(setq current-project-home \"~/Development/mapedit/\")\n```\n\nYou have to adjust this to your own project directory. I usually leave it at the directory that I am currently working in.\n\n## Installation\n\n```\ncurl https://raw.githubusercontent.com/fschutt/.emacs/master/.emacs \u003e ~/.emacs\n```\n\n## Shortcuts\n\n```\nCTRL + O            Open file in current active buffer\nCTRL + SHIFT + O    Open file in other buffer\nCTRL + U            Load buffer in current window\nCTRL + T            Load buffer in other window\nCTRL + D            Switch to other window (override delete in front)\nCTRL + M            Newline and indent\nCTRL + S            Save buffer\nCTRL + J            Search + replace\nCTRL + L            Select current line\nCTRL + SHIFT + L    Duplicate current line\nCTRL + SPACE        Set mark\n\nCTRL + Q            Copy region\nCTRL + X            Cut region\nCTRL + V            Paste region\nCTRL + G            Go to line\nCTRL + Z            Undo\nTAB                 Autocomplete\n\nCTRL + A            Go to beginning of line\nCTRL + SHIFT + A    Go to beginning of buffer\nCTRL + E            Go to end of line\nCTRL + SHIFT + E    Go to end of buffer\n\nCTRL + P            Previous line\nCTRL + SHIFT + P    Previous blank line\nCTRL + N            Next line\nCTRL + SHIFT + N    Next blank line\nCTRL + TAB          Indent region\n    \nALT + Z             Kill region\nALT + BACKSPACE     Kill last word\nALT + DELETE        Kill next word\nALT + R             Revert buffer\nALT + K             Kill buffer\nALT + P             Maximize current buffer\nALT + W             Maximize other buffer\nALT + :             Jump view back to last mark\nALT + ;             Exchange point and mark\nALT + 6             Uppercase words first letter\nALT + ^             Capitalize word\nALT + .             Fill paragraph\nALT + .             Replace in region (from last seen mark)\nALT + [             Start keyboard macro\nALT + ]             End keyboard macro\n\nSHIFT + TAB         Actually tab\nHOME                Go to begin of line\nEND                 Go to end of line\nPGUP                Forward page\nPGDOWN              Backward page\n\nF8                  Replace\nF9                  Go to first error\nF10                 Go to previous error\nF11                 Go to next error\n\nCTRL + C, CTRL + SHIFT + F      rustfmt\nCTRL + C, CTRL + E              cargo bench\nCTRL + C, CTRL + B              cargo build\nCTRL + C, CTRL + L              cargo clean\nCTRL + C, CTRL + D              cargo doc\nCTRL + C, CTRL + V              cargo doc --open\nCTRL + C, CTRL + N              cargo new\nCTRL + C, CTRL + I              cargo init\nCTRL + C, CTRL + R              cargo run (also CTRL + ALT + B)\nCTRL + C, CTRL + X              cargo run --example\nCTRL + C, CTRL + S              cargo search\nCTRL + C, CTRL + T              cargo test\nCTRL + C, CTRL + U              cargo update\nCTRL + C, CTRL + C              cargo repeat\nCTRL + C, CTRL + F              cargo test --current\nCTRL + C, CTRL + O              cargo test --current-file\nCTRL + C, CTRL + M              cargo fmt\nCTRL + C, CTRL + M              cargo check (also CTRL + SHIFT + B)\nCTRL + C, CTRL + SHIFT + K      cargo clippy\n \nCTRL + SHIFT + B                cargo check\nCTRL + ALT + B                  cargo run\n```\n\nThis file is made up of multiple copy-pasted licenses. I don't care about licensing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2F.emacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffschutt%2F.emacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2F.emacs/lists"}