There are many like it but this one is mine.
Find a file
Nikolai Shields 1d4c5a3e1a
Reorganize and enhance configuration with org-mode
Convert init.el to a literate configuration using org-mode. Major changes include:
- Add Basic Settings section for file management and auto-revert
- Enhance Project Management with layout templates and compilation
- Add LSP key bindings with documentation
- Add Org Mode configuration with Org Roam setup
- Improve completion framework with savehist
- Add LaTeX configuration
- Better organize and document all sections

The new org-mode structure provides better organization and documentation
while maintaining all existing functionality.
2024-10-22 01:40:30 -05:00
.gitignore projectile ignores, cleanup init.el 2024-10-21 17:38:01 -05:00
config.org Reorganize and enhance configuration with org-mode 2024-10-22 01:40:30 -05:00
custom-vars.el Improve build ergonomics 2024-08-25 19:54:39 -05:00
init.el Add lsp integration, migrate to literate config via org doc 2024-10-21 23:26:51 -05:00
README.org Complete todos 2024-10-21 23:30:00 -05:00

LEARNING EMACS

DONE configure vertico

DONE configure projectile

DONE configure lsps for:

  • [x] nix
  • [x] go
  • [x] python
  • [x] bash

DONE learn use lsp completion

DONE learn to use compile

DONE configure fzf.el

DONE go through the magit tutorial