summaryrefslogtreecommitdiff
path: root/.emacs.d/packages.el
AgeCommit message (Collapse)Author
2023-04-11Add yaml mode and remove unneeded roam typesorg-roammainSteph Enders
2023-04-04Add additional org-roam templates and keybindsSteph Enders
Expand out some of the templates for org-roam: m - Map of Contents (MOC) n - Note p - Person (specific type of MOC ? can this be a tag?)
2023-04-03Setup org-roam and org-roam-uiSteph Enders
In order to best integrate I also setup use-package which changed a bunch too.
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