{"id":20091498,"url":"https://github.com/tejasbubane/dotemacs","last_synced_at":"2026-02-17T15:32:05.413Z","repository":{"id":15166768,"uuid":"17894490","full_name":"tejasbubane/dotemacs","owner":"tejasbubane","description":"My emacs configuration","archived":false,"fork":false,"pushed_at":"2025-03-12T15:49:32.000Z","size":341,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-20T20:48:28.634Z","etag":null,"topics":["config","elisp","emacs","emacs-config","quelpa","use-package"],"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/tejasbubane.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-03-19T06:31:00.000Z","updated_at":"2025-03-12T15:49:36.000Z","dependencies_parsed_at":"2025-09-20T20:32:25.279Z","dependency_job_id":"abbd4485-f4d5-49b2-8a8c-38d3eb7312f0","html_url":"https://github.com/tejasbubane/dotemacs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tejasbubane/dotemacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdotemacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdotemacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdotemacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdotemacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejasbubane","download_url":"https://codeload.github.com/tejasbubane/dotemacs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdotemacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"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":["config","elisp","emacs","emacs-config","quelpa","use-package"],"created_at":"2024-11-13T16:32:29.080Z","updated_at":"2026-02-17T15:32:05.406Z","avatar_url":"https://github.com/tejasbubane.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/badge/emacs-config-brightgreen.svg)](https://github.com/tejasbubane/dotemacs)\n\n# Tejas' Emacs Configuration\n\n## Usage\n\nThis config uses the awesome [use-package](https://github.com/jwiegley/use-package).\nIt will take care of fetching and installing all the packages on first load and byte-compiling them.\nHence starting emacs for the first time will take some time, but the later ones should be blazing fast.\n\nBeing actively used and tested on the latest version of emacs.\n\nClone this repo in `~/.emacs.d`:\n\n```sh\ncd ~/ \u0026\u0026 git clone git@github.com:tejasbubane/dotemacs.git .emacs.d\n```\n\nNow just open emacs and `use-package` will install all packages and byte-compile them.\n\nIf there are any issues with fresh install please feel free to open an issue.\n\n## Dependencies\n\n1. **Font** : The font I use is [Fira Code](https://github.com/tonsky/FiraCode).\n   Make sure it is installed on your system.\n   Otherwise emacs will throw an error on startup.\n   If you prefer to use some other font, change it [here](config/theme-font-config.el).\n   Ligatures are configured [here](utils/fira-code-mode.el). They use Cairo + [ligature.el](https://github.com/mickeynp/ligature.el)\n   and hence require Emacs 27.1+. For older versions use one of the methods [here](https://github.com/tonsky/FiraCode/wiki/Emacs-instructions).\n   Or just comment the entire thing out if you plan not to use Fira-code.\n\n2. **rgrep**: `rg` is used for code searching. More about `rgrep` and installation instructions are\n   [here](https://github.com/BurntSushi/ripgrep).\n   Invoke it using `M-x rg` more info - [rg.el](https://github.com/Wilfred/ag.el).\n\n3. **hunspell**: [hunspell](https://hunspell.github.io/) and its dictionaries are required\n   for [flyspell-mode](https://www.emacswiki.org/emacs/FlySpell) to work. Install them with your package manager.\n   For example in archlinux: `sudo pacman -S hunspell hunspell-en_us hunspell-en_gb`\n\n\n## Update packages\n\n### Auto:\n\nAuto updates are configured. Once every `4 days` you will be prompted to perform upgrade of all installed packages. You can accept or skip them.\n\n### Manual:\n\n`use-package` uses emacs' inbuilt [package.el](http://wikemacs.org/wiki/Package.el).\nSo upgrading is just telling `package.el` to upgrade all packages.\n\n* Open the list of package - `M-x package-list-packages`\n\n* Mark packages for upgrading - `U`\n\n* Install updates - `x` - confirm - `y (yes)`\n\nGit submodules (use-package itself and reason-mode) can be updated by running\n\n```sh\ngit submodule update --remote\n```\n\n## Treesitter modes\n\n[Emacs 29+ introduced tree-sitter](https://emacs-tree-sitter.github.io/) which is better at parsing programming languages.\nThere is a neat package [treesit-auto.el](https://github.com/renzmann/treesit-auto/) which automates everything related to treesitter modes.\nIt fetches language grammars, enables treesitter major modes for language whenever possible and falls back to normal modes when it cannot.\n\nWhen you open a language file for the first time, you will be prompted to install the language grammar. It will be compiled and stored in `.emacs.d/tree-sitter` and will be used for all future buffers.\n\n## Credits\n\nMy config has bits and pieces taken from these resources:\n\n* The brilliant README `use-package` has got:\nhttps://github.com/jwiegley/use-package/blob/master/README.md\n\n* Mastering emacs' post on use-package:\nhttps://www.masteringemacs.org/article/spotlight-use-package-a-declarative-configuration-tool\n\n* Ruby and Rails:\nhttp://crypt.codemancers.com/posts/2013-09-26-setting-up-emacs-as-development-environment-on-osx/\n\n* General config (Theme, font, window-config, etc):\n  - https://github.com/larstvei/dot-emacs\n  - https://www.youtube.com/playlist?list=PL9a5xOjVw3jajVLC-539iAZINvOpRhHfz\n\n* Prathamesh's dotemacs:\nhttps://github.com/prathamesh-sonpatki/dotemacs\n\nAnd some others I can't recollect.\n\n___\n\n\n* Blog: [http://tejasbubane.github.io/](http://tejasbubane.github.io/)\n\n* Twitter: [@tejasbubane](https://twitter.com/tejasbubane)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Fdotemacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejasbubane%2Fdotemacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Fdotemacs/lists"}