Fix regex.
This commit is contained in:
parent
16d1df744c
commit
859f18c843
1 changed files with 2 additions and 6 deletions
8
init.el
8
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"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue