summaryrefslogtreecommitdiff
path: root/.emacs.d
AgeCommit message (Collapse)Author
33 hoursrefactor: Split variable definitions into fileHEADmainJacob McDonnell
Seperate the variable definitions into a seperate file.
34 hoursrefactor: Split Emacs config into multiple filesJacob McDonnell
Split Emacs config into multiple files for a more readable setup.
36 hoursfeat: Emacs Backups in ~/.cacheJacob McDonnell
Set Emacs to write backup files to ~/.cache instead of writing backup files to the local directory.
36 hoursrefactor: Use set-face-attributeJacob McDonnell
Use set-face-attribute instead of custom-set-faces as this can be overridden by Emacs.
3 daysfix: Vterm Custom ColorsJacob McDonnell
Set Vterm custom colors to fix issues with ncurses programs like menuconfig for linux.
6 daysfeat: Remove trailing whitespace on saveJacob McDonnell
Remove trailing whitespace on save. As well, fix to evil-want-C-u-scroll by loading loading evil-collection after evil-mode.
6 daysrefactor(Emacs): Use 4 spaces for tabsJacob McDonnell
6 daysfeat: pv in Emacs and no more tmux in zshJacob McDonnell
SPACE-pv keybind now opens dired in Emacs. As well, Tmux is no longer started in .zshrc.
8 daysfeat: Added Emacs PluginsJacob McDonnell
Added the following Emacs plugins: - libvterm for a better terminal - Magit for git integration - Evil Collection for Vim keybindings everywhere
8 daysfeat: Emacs Keybind & Neovim Color VariablesJacob McDonnell
- Added an Emacs keybind to set SPACE-ff to find-file. - Neovim sources NVIM_COLORSCHEME & NVIM_BACKGROUND environment variables to set the colorscheme and background color.
9 daysrefactor: Set default colorscheme to bluloco darkJacob McDonnell
9 daysfeat: Updated Emacs Config & Added Flatten.nvimJacob McDonnell
2025-05-07Fixed Bug in dev-env that wiped .configJacob McDonnell
2024-11-13Some UpdatesJacob McDonnell
2024-11-08LSP and Treesitter for EmacsJacob McDonnell
2024-11-07Updated Emacs ConfigJacob McDonnell
2024-11-06iterm2 Colors and Emacs ConfigJacob McDonnell