39 lines
1.1 KiB
EmacsLisp
39 lines
1.1 KiB
EmacsLisp
|
(setq
|
||
|
earnemacs-modules '(
|
||
|
;; completion
|
||
|
earnemod-company
|
||
|
earnemod-ivy
|
||
|
|
||
|
;; display
|
||
|
earnemod-focus
|
||
|
earnemod-scrolling
|
||
|
earnemod-window
|
||
|
|
||
|
;; editor
|
||
|
earnemod-everywhere
|
||
|
earnemod-check
|
||
|
earnemod-docker
|
||
|
earnemod-git
|
||
|
earnemod-lsp
|
||
|
earnemod-parens
|
||
|
|
||
|
;; projects
|
||
|
earnemod-treemacs
|
||
|
|
||
|
;; lang
|
||
|
earnemod-config
|
||
|
earnemod-markdown
|
||
|
earnemod-golang
|
||
|
earnemod-python
|
||
|
earnemod-rust
|
||
|
earnemod-web
|
||
|
|
||
|
;; apps
|
||
|
earnemod-elfeed
|
||
|
earnemod-gemini
|
||
|
earnemod-org
|
||
|
|
||
|
;; games
|
||
|
)
|
||
|
)
|