summaryrefslogtreecommitdiff
path: root/.emacs.d
AgeCommit message (Collapse)Author
2023-03-31Install lsp packages for IDE supportSteph Enders
Now I have an IDE!!! Look at: https://emacs-lsp.github.io/lsp-mode/ for information and such - will contain the necessary out-links to anything else I'll need :)
2023-03-30Reorganize emacs.d - use straight.elSteph Enders
Major restructuring of the emacs directory: - moved .emacs to .emacs.d/init.el - setup early-init.el (as per straight.el directions) - moved major things into plugins.el - moved package installs into packages.el
2023-03-30Move .emacs to .emacs.d/init.elSteph Enders