{"id":23958145,"url":"https://github.com/monkeyjunglejuice/doom","last_synced_at":"2026-06-17T15:36:11.724Z","repository":{"id":271221798,"uuid":"912746539","full_name":"monkeyjunglejuice/doom","owner":"monkeyjunglejuice","description":"My former Doom Emacs config.","archived":false,"fork":false,"pushed_at":"2025-11-25T08:08:00.000Z","size":583,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T04:05:14.268Z","etag":null,"topics":["doom-emacs","doom-emacs-configuration","emacs","emacs-configuration","evil-mode","vim-keybindings"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monkeyjunglejuice.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-06T10:05:00.000Z","updated_at":"2025-12-13T10:49:39.000Z","dependencies_parsed_at":"2025-01-06T11:34:45.785Z","dependency_job_id":"be588a8e-b262-47a3-9fbe-7a5e856e885f","html_url":"https://github.com/monkeyjunglejuice/doom","commit_stats":null,"previous_names":["monkeyjunglejuice/doom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monkeyjunglejuice/doom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkeyjunglejuice%2Fdoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkeyjunglejuice%2Fdoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkeyjunglejuice%2Fdoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkeyjunglejuice%2Fdoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monkeyjunglejuice","download_url":"https://codeload.github.com/monkeyjunglejuice/doom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkeyjunglejuice%2Fdoom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34453440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["doom-emacs","doom-emacs-configuration","emacs","emacs-configuration","evil-mode","vim-keybindings"],"created_at":"2025-01-06T17:19:13.871Z","updated_at":"2026-06-17T15:36:11.719Z","avatar_url":"https://github.com/monkeyjunglejuice.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Doom Emacs config with Vim keybindings\n\n* Not using Doom Emacs any longer\nI've tried Doom Emacs for almost 2 years, because I was seeking a way out of the yak-shaving treadmill. However: Doom Emacs often lags at runtime, due to lazy-loading and delaying /everything/ to give the impression of a fast startup. Secondly, my Doom Emacs config was mostly about working around opinions, and I'll be more satisfied with a clean slate and bending everything to MY opinions (har har). So now there's *[[https://github.com/monkeyjunglejuice/emacs.ontop][EON]]* in the making.\n\n* How to install Emacs 30.1 on MacOS\n\n** 1. Install Emacs Plus from Homebrew:\n\n*** Prerequisites:\n\n#+begin_src fish\n# required dependencies\nbrew install git ripgrep \\\n# optional dependencies\nbrew install coreutils fd \\\n# Installs clang\nxcode-select --install\n#+end_src\n\n*** Install Emacs:\n\n\u003chttps://github.com/d12frosted/homebrew-emacs-plus\u003e\n#+begin_src fish\nbrew install d12frosted/emacs-plus/emacs-plus \\\n    --with-xwidgets \\\n    --with-imagemagick \\\n    --with-c9rgreen-sonoma-icon\n#+end_src\n\nCreate the Emacs.app alias in =/Applications=; adapt the version number in the file path if necessary:\n#+begin_src osascript\nosascript -e 'tell application \"Finder\" to make alias file to posix file \"/usr/local/opt/emacs-plus@30/Emacs.app\" at posix file \"/Applications\" with properties {name:\"Emacs.app\"}'\n#+end_src\n\nThe Emacs.app may be blocked due to MacOS security mechanisms. Apply the following commands to the actual app file (not to the alias in the =/Applications= directory):\n#+begin_src fish\nsudo codesign --force --deep --sign - /usr/local/opt/emacs-plus@30/Emacs.app\n#+end_src\n\n* How to install the Doom Emacs distribution\n\n** Check the requirements and perform the installation\n\nhttps://github.com/doomemacs/doomemacs/blob/master/docs/getting_started.org\n#+begin_src fish\ngit clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.doom\n~/.emacs.doom/bin/doom install\n#+end_src\n\nAdd the directory =~/.emacs.doom/bin= to the =PATH= variable:\nIssue the following command if you're using fish as your shell ...\n#+begin_src fish\nfish_add_path -U -v ~/.emacs.doom/bin\n#+end_src\n\n... and/or add the following line to either =~/.zprofile= (Zsh), =~/.profile= or =~/.bash_profile= (Bash):\n#+begin_src shell\nPATH=\"$HOME/.emacs.d/bin:$PATH\"\n#+end_src\n\n* How to install this Doom Emacs config\n\nAfter Doom Emacs has been installed, synced and started at least once, make sure to delete any of =~/.doom.d= and =~/.config/doom=:\n#+begin_src shell\nrm -rf ~/.doom.d \u0026\u0026 rm -rf ~/.config/doom\n#+end_src\n\nVery likely, only first one of these directories exists, hence the command may display an error, but succeed nevertheless.\n\nClone the Git repository into the right place, either:\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonkeyjunglejuice%2Fdoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonkeyjunglejuice%2Fdoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonkeyjunglejuice%2Fdoom/lists"}