Prune dependencies of example doomdir
This now matters for CI, as the example is still built using fetchGit instead of the github fetcher. The example was doing double duty as an example and a stress-test, enabling some problematic or interesting modules. That is no longer necessary (once the branch with dynamically generated init.el with all modules/flags enabled lands).
This commit is contained in:
parent
0e996d2ccb
commit
af7c877008
2 changed files with 0 additions and 61 deletions
|
|
@ -15,88 +15,34 @@
|
|||
;; limitations under the License.
|
||||
|
||||
(doom! :completion
|
||||
(company +childframe)
|
||||
(corfu +orderless +icons +dabbrev)
|
||||
vertico
|
||||
|
||||
:ui
|
||||
doom
|
||||
doom-dashboard
|
||||
(emoji +unicode)
|
||||
hl-todo
|
||||
hydra
|
||||
modeline
|
||||
nav-flash
|
||||
ophints
|
||||
(popup +defaults)
|
||||
(vc-gutter +pretty +diff-hl)
|
||||
window-select
|
||||
|
||||
:editor
|
||||
evil
|
||||
file-templates
|
||||
format
|
||||
snippets
|
||||
|
||||
:emacs
|
||||
dired
|
||||
electric
|
||||
ibuffer
|
||||
undo
|
||||
vc
|
||||
|
||||
:term
|
||||
eshell
|
||||
vterm
|
||||
|
||||
:checkers
|
||||
(syntax +childframe)
|
||||
spell
|
||||
|
||||
:tools
|
||||
direnv
|
||||
editorconfig
|
||||
(eval +overlay)
|
||||
(lookup +docsets)
|
||||
(lsp +peek)
|
||||
(magit +forge)
|
||||
taskrunner
|
||||
|
||||
:os
|
||||
(:if (featurep :system 'macos) macos)
|
||||
(tty +osc)
|
||||
|
||||
:lang
|
||||
(cc +lsp)
|
||||
csharp
|
||||
data
|
||||
(dart +flutter +lsp)
|
||||
emacs-lisp
|
||||
(go +lsp)
|
||||
(graphql +lsp)
|
||||
(haskell +lsp)
|
||||
json
|
||||
(java +lsp)
|
||||
(javascript +lsp)
|
||||
latex
|
||||
lua
|
||||
markdown
|
||||
(nix +lsp)
|
||||
(org +pretty)
|
||||
(python +lsp +pyright +cython)
|
||||
(ruby +rails)
|
||||
(rust +lsp)
|
||||
(scheme +guile)
|
||||
(sh +fish)
|
||||
(web +css +html)
|
||||
yaml
|
||||
|
||||
:email
|
||||
(mu4e +org +gmail)
|
||||
(wanderlust +gmail)
|
||||
|
||||
:app
|
||||
(rss +org)
|
||||
|
||||
:config
|
||||
(default +bindings +smartparens))
|
||||
|
|
|
|||
|
|
@ -18,10 +18,3 @@
|
|||
(package! evil-escape :disable t)
|
||||
|
||||
(package! dotenv-mode)
|
||||
(package! nginx-mode)
|
||||
(package! protobuf-mode)
|
||||
(package! systemd)
|
||||
(package! meson-mode)
|
||||
(package! caddyfile-mode)
|
||||
(package! vala-mode)
|
||||
(package! bpftrace-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue