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