diff --git a/init.el b/init.el index c3c1ab0..fa40e30 100644 --- a/init.el +++ b/init.el @@ -202,7 +202,7 @@ ;; Use python-mode for .bazel files (add-to-list 'auto-mode-alist '("\\(.bazel\\|.buck\\)\\'" . python-mode)) -(add-to-list 'auto-mode-alist '("\\(BUILD\\|WORKSPACE\\|MODULE\\BUCK)\\'" . python-mode)) +(add-to-list 'auto-mode-alist '("\\(BUILD\\|WORKSPACE\\|MODULE\\|BUCK\\)\\'" . python-mode)) (use-package emacs :config @@ -266,11 +266,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages - '(claude-code-ide company consult eat elcord evil flycheck - gruvbox-theme json-mode magit marginalia - markdown-mode nix-mode projectile protobuf-mode - rust-mode vertico vterm which-key yaml-mode)) + '(package-selected-packages nil) '(package-vc-selected-packages '((claude-code-ide :url "https://github.com/manzaltu/claude-code-ide.el"))))