Skip to content

Commit 71b2905

Browse files
committed
[v2] Fixes SystemCrafters#375, remove combobulate from package-selected-packages
We note in the documentation combobulate is not available on the normal package repos (M)ELPA etc, so we should not add it to the list of package-selected-packages. The user can install it via an alternative package manager (package-vc, straight, borg, etc): or manually following the instructions from the GitHub repo (which is called out in our docs).
1 parent 550ea87 commit 71b2905

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/crafted-ide-packages.el

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
;; modes, can install grammars, etc.
3131
(add-to-list 'package-selected-packages 'treesit-auto)
3232

33-
;; code navigation using tree-sitter grammars.
34-
(add-to-list 'package-selected-packages 'combobulate))
35-
3633
;; editorconfig is a cross-editor/ide configuration tool to control
3734
;; indentation, spaces vs tabs, etc.
3835
(add-to-list 'package-selected-packages 'editorconfig)

0 commit comments

Comments
 (0)