1
0
Fork 0

Fix regex.

This commit is contained in:
Lorenzo Good 2026-02-25 17:59:05 -08:00
parent 16d1df744c
commit 859f18c843
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0

View file

@ -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"))))