Remove unused modes
This commit is contained in:
parent
fc69aad5c5
commit
bc562626bf
2
init.el
2
init.el
|
@ -62,7 +62,6 @@
|
||||||
:tools
|
:tools
|
||||||
(debugger +lsp) ; stepping through code, to help you add bugs
|
(debugger +lsp) ; stepping through code, to help you add bugs
|
||||||
direnv
|
direnv
|
||||||
;; docker
|
|
||||||
editorconfig ; let someone else argue about tabs vs spaces
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
lookup ; navigate your code and its documentation
|
lookup ; navigate your code and its documentation
|
||||||
|
@ -84,7 +83,6 @@
|
||||||
markdown
|
markdown
|
||||||
nix
|
nix
|
||||||
(org +pandoc +present +roam2 +pomodoro)
|
(org +pandoc +present +roam2 +pomodoro)
|
||||||
rest ; Emacs as a REST client
|
|
||||||
(rust +lsp)
|
(rust +lsp)
|
||||||
(sh +fish)
|
(sh +fish)
|
||||||
yaml
|
yaml
|
||||||
|
|
Loading…
Reference in New Issue