Welcome to my personal Emacs configuration. Feel free to make a copy of my files to configure your own experience of Emacs :)
As user-emacs-directory
differs by computer and operating system, do note that the location of your init.el
might be placed in a different location. For me, user-emacs-directory
is defaulted to .emacs.d
, so that’s where my init file goes.
Setup of LSP is based on the languages that I most commonly use at the moment. Should I learn other languages, the necessary language servers will be set up as well.
Org Mode setup, including but not limited to org agenda and org capture template configurations, will be completed at a later date as it is not my current priority. I will probably look into more given time and greater familiarisation with Emacs.
The configuration will load up automatically on the initial load of Emacs, and it can be further personalised thereafter.
.emacs.d
├── config
│ └── config.org
├── etc
│ └── screenshot.jpeg
└── init.el
- Package Manager
- Completion Support
- Evil Mode
- Fonts
- Project Management
- File Management
- Github Integration
- LSP
- Dashboard
Note: As Emacs has been configured to a minimal IDE build, ongoing configurations of other features will take a back seat as I refocus myself to my other projects.
- LSP
- Terminal Configuration
- Notion Integration
- Email Integration
- Org Mode Setup
- Quality of Life