[BUG] Nix mode not work
**Describe the bug**
Run file .nix and not nix-mode not launch and i use package auto-tangle-mode(`long time i dont use emacs`) not work
**Emacs version**
Run `M-x emacs-version` and put its output here:
```elisp
;; For example
GNU Emacs 30.2
Copyright (C) 2025 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
```
**Checkup list**
- [x] You've tested disabling your `config.el` using `MINEMACS_IGNORE_CONFIG_EL=1 emacs`?
**Screenshots**
<img width="2934" height="1872" alt="Image" src="https://github.com/user-attachments/assets/4dea7690-52e8-4f70-8435-35878988c35c" />
**Additional context**
use-package in `config.el`
```elisp
(use-package auto-tangle-mode
:straight (:host github :repo "progfolio/auto-tangle-mode.el" :files ("*.el"))
:commands (auto-tangle-mode)
:hook (org-mode . auto-tangle-mode))
```
关闭于 2026-03-10 8 条评论