Age | Commit message (Collapse) | Author |
|
In order to best integrate I also setup use-package which changed a
bunch too.
|
|
With virtual-lines C-e / C-a will jump to the end of the virtual line.
This has it jump to the ACTUAL start/end of the line, much like vim's 0
$ does. Which is nice.
|
|
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 :)
|
|
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
|
|
|