refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been deprecated. They have identical interfaces, and can be replaced without issue. featurep! was never quite the right name for this macro. It implied that it had some connection to featurep, which it doesn't (only that it was similar in purpose; still, Doom modules are not features). To undo such implications and be consistent with its namespace (and since we're heading into a storm of breaking changes with the v3 release anyway), now was the best opportunity to begin the transition.
This commit is contained in:
parent
0407621aff
commit
ad6a3d0f33
316 changed files with 1109 additions and 1103 deletions
|
@ -42,38 +42,38 @@
|
|||
(package! toc-org :pin "bf2e4b358efbd860ecafe6e74776de0885d9d100")
|
||||
(package! org-cliplink :pin "13e0940b65d22bec34e2de4bc8cba1412a7abfbc")
|
||||
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
(package! evil-org
|
||||
:recipe (:host github :repo "hlissner/evil-org-mode")
|
||||
:pin "a9706da260c45b98601bcd72b1d2c0a24a017700"))
|
||||
(when (featurep! :tools pdf)
|
||||
(when (modulep! :tools pdf)
|
||||
(package! org-pdftools :pin "967f48fb5038bba32915ee9da8dc4e8b10ba3376"))
|
||||
(when (featurep! :tools magit)
|
||||
(when (modulep! :tools magit)
|
||||
(package! orgit :pin "b33b916915db5f91d2c9da4cb1a2457ccbb09332")
|
||||
(when (featurep! :tools magit +forge)
|
||||
(when (modulep! :tools magit +forge)
|
||||
(package! orgit-forge :pin "8baf1dee795f026d4555687022487fab89c9bcdf")))
|
||||
(when (featurep! +brain)
|
||||
(when (modulep! +brain)
|
||||
(package! org-brain :pin "46ca9f766322cff31279ecdf02251ff24a0e9431"))
|
||||
(when (featurep! +dragndrop)
|
||||
(when (modulep! +dragndrop)
|
||||
(package! org-download :pin "947ca223643d28e189480e607df68449c15786cb"))
|
||||
(when (featurep! +gnuplot)
|
||||
(when (modulep! +gnuplot)
|
||||
(package! gnuplot :pin "7138b139d2dca9683f1a81325c643b2744aa1ea3")
|
||||
(package! gnuplot-mode :pin "601f6392986f0cba332c87678d31ae0d0a496ce7"))
|
||||
(when (featurep! +ipython) ; DEPRECATED
|
||||
(when (modulep! +ipython) ; DEPRECATED
|
||||
(package! ob-ipython :pin "7147455230841744fb5b95dcbe03320313a77124"))
|
||||
(when (featurep! +jupyter)
|
||||
(when (modulep! +jupyter)
|
||||
(package! jupyter :pin "7d20c0aee2f9c896215f35232905b23532ef04c5"))
|
||||
(when (featurep! +journal)
|
||||
(when (modulep! +journal)
|
||||
(package! org-journal :pin "839a2e19865a03bec30ef32431f981f33880a754"))
|
||||
(when (featurep! +noter)
|
||||
(when (modulep! +noter)
|
||||
(package! org-noter :pin "9ead81d42dd4dd5074782d239b2efddf9b8b7b3d"))
|
||||
(when (featurep! +pomodoro)
|
||||
(when (modulep! +pomodoro)
|
||||
(package! org-pomodoro :pin "3f5bcfb80d61556d35fc29e5ddb09750df962cc6"))
|
||||
(when (featurep! +pretty)
|
||||
(when (modulep! +pretty)
|
||||
(package! org-appear :pin "60ba267c5da336e75e603f8c7ab3f44e6f4e4dac")
|
||||
(package! org-superstar :pin "03be6c0a3081c46a59b108deb8479ee24a6d86c0")
|
||||
(package! org-fancy-priorities :pin "7f677c6c14ecf05eab8e0efbfe7f1b00ae68eb1d"))
|
||||
(when (featurep! +present)
|
||||
(when (modulep! +present)
|
||||
(package! centered-window
|
||||
:recipe (:host github :repo "anler/centered-window-mode")
|
||||
:pin "80965f6c6afe8d918481433984b493de72af5399")
|
||||
|
@ -84,11 +84,11 @@
|
|||
:files ("css" "dist" "js" "plugin"))
|
||||
:pin "e219184f37a71c406e41d55ac3212eb79797f0aa"))
|
||||
(cond
|
||||
((featurep! +roam)
|
||||
((modulep! +roam)
|
||||
(package! org-roam
|
||||
:recipe (:host github :repo "org-roam/org-roam-v1")
|
||||
:pin "946a879a4a18756a0508afba1e0b0fe070c6a8b4"))
|
||||
((featurep! +roam2)
|
||||
((modulep! +roam2)
|
||||
(package! org-roam
|
||||
;; FIXME A :recipe isn't strictly necessary, but without it, our package
|
||||
;; bumper fails to distinguish between org-roam v1 and v2.
|
||||
|
@ -97,37 +97,37 @@
|
|||
|
||||
;;; Babel
|
||||
(package! ob-async :pin "9aac486073f5c356ada20e716571be33a350a982")
|
||||
(when (featurep! :lang crystal)
|
||||
(when (modulep! :lang crystal)
|
||||
(package! ob-crystal :pin "d84c1adee4b269cdba06a97caedb8071561a09af"))
|
||||
(when (featurep! :lang elixir)
|
||||
(when (modulep! :lang elixir)
|
||||
(package! ob-elixir :pin "8990a8178b2f7bd93504a9ab136622aab6e82e32"))
|
||||
(when (featurep! :lang fsharp)
|
||||
(when (modulep! :lang fsharp)
|
||||
(package! ob-fsharp
|
||||
:recipe (:host github :repo "elken/ob-fsharp")
|
||||
:pin "ca3d4568da6c82ff32a8d289743b059d9f909c67"))
|
||||
(when (featurep! :lang go)
|
||||
(when (modulep! :lang go)
|
||||
(package! ob-go :pin "2067ed55f4c1d33a43cb3f6948609d240a8915f5"))
|
||||
(when (featurep! :lang graphql)
|
||||
(when (modulep! :lang graphql)
|
||||
(package! ob-graphql :pin "7c35419f9eec5dc44967cbcfa13c7135b9a96bfc"))
|
||||
(when (featurep! :lang hy)
|
||||
(when (modulep! :lang hy)
|
||||
(package! ob-hy :pin "a42ecaf440adc03e279afe43ee5ef6093ddd542a"))
|
||||
(when (featurep! :lang nim)
|
||||
(when (modulep! :lang nim)
|
||||
(package! ob-nim :pin "6fd060a3ecd38be37e4ec2261cd65760a3c35a91"))
|
||||
(when (featurep! :lang racket)
|
||||
(when (modulep! :lang racket)
|
||||
(package! ob-racket
|
||||
:recipe (:host github :repo "DEADB17/ob-racket")
|
||||
:pin "d8fd51bddb019b0eb68755255f88fc800cfe03cb"))
|
||||
(when (featurep! :lang rest)
|
||||
(when (modulep! :lang rest)
|
||||
(package! ob-restclient :pin "3ac834b02b8276aae1b760312612c3b940598f90"))
|
||||
(when (featurep! :lang scala)
|
||||
(when (modulep! :lang scala)
|
||||
(package! ob-ammonite :pin "39937dff395e70aff76a4224fa49cf2ec6c57cca"))
|
||||
|
||||
;;; Export
|
||||
(when (featurep! +pandoc)
|
||||
(when (modulep! +pandoc)
|
||||
(package! ox-pandoc :pin "f8eac5e5692fc44a4724ada43191e7c28a1ccf30"))
|
||||
(when (featurep! +hugo)
|
||||
(when (modulep! +hugo)
|
||||
(package! ox-hugo
|
||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
||||
:pin "97ff24fe0b8d29c503b88eea69235b02ae71beb0"))
|
||||
(when (featurep! :lang rst)
|
||||
(when (modulep! :lang rst)
|
||||
(package! ox-rst :pin "99fa790da55b57a3f2e9aa187493ba434a64250e"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue