1 Structure
This Emacs configuration is well-structured for writing (especially in LaTeX and Org-mode), and personal knowledge management (via Org-roam).
I use this directly as ~/.emacs.d/init.el
file.
~/.emacs.d/
├── init.el ;; Main entry point (already done)
├── custom.el ;; User customizations
├── backups/ ;; Auto-created
├── auto-saves/ ;; Auto-created
└── lisp/
├── init-ui.el ;; Fonts, theme, visuals
├── init-editing.el ;; Smartparens, smex, wraps, spelling
├── init-org.el ;; Org-mode settings
├── init-roam.el ;; Org-roam config
├── init-latex.el ;; AUCTeX + latexmk setup
├── init-company.el ;; Company-mode auto-completion └── init-macos.el ;; macOS-specific setup
- Place each file in ~/.emacs.d/lisp/
- Place init.el in ~/.emacs.d/
- Place .latexmkrc in ~/.latexmkrc