mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-09 08:11:12 -07:00
refactor(lib): deprecate pushnew!
In the spirit of6f40ad5, I'm deprecating this macro because it doesn't provide enough value to exist and serves only to complicate a casual reader's understanding of Doom's modules. Ref:6f40ad55f5
This commit is contained in:
parent
2c42e47a30
commit
10d0b60f5d
22 changed files with 141 additions and 133 deletions
|
|
@ -7,7 +7,9 @@
|
|||
"Command to initialize the jupyter REPL for `+python/open-jupyter-repl'.")
|
||||
|
||||
(after! projectile
|
||||
(pushnew! projectile-project-root-files "pyproject.toml" "requirements.txt" "setup.py"))
|
||||
(add-to-list 'projectile-project-root-files "setup.py")
|
||||
(add-to-list 'projectile-project-root-files "requirements.txt")
|
||||
(add-to-list 'projectile-project-root-files "pyproject.toml"))
|
||||
|
||||
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue