Fix #2373: bring back package pinning
This needs some serious refactoring...
This commit is contained in:
parent
de6732b4ae
commit
a9402cfb55
128 changed files with 647 additions and 620 deletions
|
@ -6,11 +6,11 @@
|
|||
:recipe (:host github :repo "agda/agda"
|
||||
:files ("src/data/emacs-mode/agda-input.el")
|
||||
:nonrecursive t)
|
||||
:pin "4f02b991d6d5eb6dd132591b90d839118e2ab30a")
|
||||
:pin "e9e23b973d")
|
||||
|
||||
(package! agda2-mode
|
||||
:recipe (:host github :repo "agda/agda"
|
||||
:files ("src/data/emacs-mode/*.el"
|
||||
(:exclude "agda-input.el"))
|
||||
:nonrecursive t)
|
||||
:pin "4f02b991d6d5eb6dd132591b90d839118e2ab30a"))
|
||||
:pin "e9e23b973d"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/assembly/packages.el
|
||||
|
||||
(package! mips-mode :pin "75152fc78baa762af4f83602f6cb3c8b9bcebca3")
|
||||
(package! haxor-mode :pin "6fa25a8e6b6a59481bc0354c2fe1e0ed53cbdc91")
|
||||
(package! nasm-mode :pin "65ca6546fc395711fac5b3b4299e76c2303d43a8")
|
||||
(package! mips-mode :pin "75152fc78b")
|
||||
(package! haxor-mode :pin "6fa25a8e6b")
|
||||
(package! nasm-mode :pin "65ca6546fc")
|
||||
|
|
|
@ -3,30 +3,30 @@
|
|||
|
||||
(package! cmake-mode
|
||||
:recipe (:host github :repo "emacsmirror/cmake-mode" :files (:defaults "*"))
|
||||
:pin "bfe85bc009c4778b44e246d5c27d0f888f0bfc0c")
|
||||
(package! cuda-mode :pin "9ae9eacfdba3559b5456342d0d03296290df8ff5")
|
||||
(package! demangle-mode :pin "06903d731dfde110e10b979dcc7624ef6dbb5ac8")
|
||||
(package! disaster :pin "10a785facc60d89d78e0d5177985ab1af1741bb4")
|
||||
(package! modern-cpp-font-lock :pin "02f104701bc34c146d22e3143ae59ef362999098")
|
||||
(package! opencl-mode :pin "55cb49c8243e6420961d719faced035bc547c1ef")
|
||||
:pin "bfe85bc009")
|
||||
(package! cuda-mode :pin "9ae9eacfdb")
|
||||
(package! demangle-mode :pin "06903d731d")
|
||||
(package! disaster :pin "10a785facc")
|
||||
(package! modern-cpp-font-lock :pin "02f104701b")
|
||||
(package! opencl-mode :pin "55cb49c824")
|
||||
|
||||
(when (package! glsl-mode :pin "43d906688a8e2fe650005806eb69bea131d9321a")
|
||||
(when (package! glsl-mode :pin "43d906688a")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-glsl
|
||||
:recipe (:host github :repo "Kaali/company-glsl")
|
||||
:pin "404cd0694ab34971f9c01eb22126cd2e7d3f9dc4")))
|
||||
:pin "404cd0694a")))
|
||||
|
||||
(if (featurep! +lsp)
|
||||
(package! ccls :pin "aab3e31fd716daf59f9794e62d473357263e8cc0")
|
||||
(when (package! irony :pin "8387098286132abd6472a8f49750e38ddb8096b6")
|
||||
(package! irony-eldoc :pin "0df5831eaae264a25422b061eb2792aadde8b3f2")
|
||||
(package! ccls :pin "aab3e31fd7")
|
||||
(when (package! irony :pin "8387098286")
|
||||
(package! irony-eldoc :pin "0df5831eaa")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-irony :pin "42dbecd4a865cabeb301193bb4d660e26ae3befe"))
|
||||
(package! flycheck-irony :pin "42dbecd4a8"))
|
||||
(when (featurep! :completion company)
|
||||
(package! company-irony :pin "b44711dfce445610c1ffaec4951c6ff3882b216a")
|
||||
(package! company-irony-c-headers :pin "72c386aeb079fb261d9ec02e39211272f76bbd97")))
|
||||
(when (package! rtags :pin "5f1eaf4355e2093afb2b7828f3ebddfcad1234be")
|
||||
(package! company-irony :pin "b44711dfce")
|
||||
(package! company-irony-c-headers :pin "72c386aeb0")))
|
||||
(when (package! rtags :pin "92c5126e98")
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-rtags :pin "5f1eaf4355e2093afb2b7828f3ebddfcad1234be"))
|
||||
(package! ivy-rtags :pin "92c5126e98"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-rtags :pin "5f1eaf4355e2093afb2b7828f3ebddfcad1234be"))))
|
||||
(package! helm-rtags :pin "92c5126e98"))))
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/clojure/packages.el
|
||||
|
||||
(package! cider :pin "ba5680b066121a06bbf9442e54d555de38bdefb2")
|
||||
(package! clj-refactor :pin "e24ba6284317dbb3e678fcad325044c628da56da")
|
||||
(package! cider :pin "7437c67f0e")
|
||||
(package! clj-refactor :pin "e24ba62843")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-joker :pin "51e99e697761ee8dab863930910abdba7607c1bd"))
|
||||
(package! flycheck-joker :pin "51e99e6977"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/common-lisp/packages.el
|
||||
|
||||
(package! sly :pin "cfecd21410e48a111b8d470c911598b270882921")
|
||||
(package! sly-macrostep :pin "5113e4e926cd752b1d0bcc1508b3ebad5def5fad")
|
||||
(package! sly-repl-ansi-color :pin "b9cd52d1cf927bf7e08582d46ab0bcf1d4fb5048")
|
||||
(package! sly :pin "cfecd21410")
|
||||
(package! sly-macrostep :pin "5113e4e926")
|
||||
(package! sly-repl-ansi-color :pin "b9cd52d1cf")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/coq/packages.el
|
||||
|
||||
(package! proof-general :pin "bee3f802ada921fb8988edb96a8b41429f7c622c")
|
||||
(package! proof-general :pin "89829c25b9")
|
||||
|
||||
(package! company-coq :pin "6e8bc2e367e8184079b7f4b4ab359b64ab884d7c")
|
||||
(package! company-coq :pin "6e8bc2e367")
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/crystal/packages.el
|
||||
|
||||
(package! crystal-mode :pin "2428b016243e78a0312cf6b3ba6939e7169a1405")
|
||||
(package! inf-crystal :pin "02007b2a2a3bea44902d7c83c4acba1e39d278e3")
|
||||
(package! crystal-mode :pin "2428b01624")
|
||||
(package! inf-crystal :pin "02007b2a2a")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-crystal :pin "2428b016243e78a0312cf6b3ba6939e7169a1405")
|
||||
(package! flycheck-ameba :pin "0c4925ae0e998818326adcb47ed27ddf9761c7dc"))
|
||||
(package! flycheck-crystal :pin "2428b01624")
|
||||
(package! flycheck-ameba :pin "0c4925ae0e"))
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/csharp/packages.el
|
||||
|
||||
(package! csharp-mode :pin "57bd21bda4edc16671a85c7d6d51484e40a6e640")
|
||||
(package! csharp-mode :pin "57bd21bda4")
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! omnisharp :pin "e658a18a762438c3e1737612737b05d02a21ca2a"))
|
||||
(package! omnisharp :pin "e658a18a76"))
|
||||
|
||||
(when (featurep! +unity)
|
||||
(package! shader-mode :pin "d7dc8d0d6fe8914e8b6d5cf2081ad61e6952359c"))
|
||||
(package! shader-mode :pin "d7dc8d0d6f"))
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/data/packages.el
|
||||
|
||||
(package! graphql-mode :pin "7c37aee28bf8c8ffb3da73df5571c4e1e352562b")
|
||||
(package! json-mode :pin "0e819e519ae17a2686e0881c4ca51fa873fa9b83")
|
||||
(package! jsonnet-mode :pin "2b90b4e12a11c42df0f1e5db327a50555b6ff023")
|
||||
(package! yaml-mode :pin "cecf4b106b0c4236931b14919fdf87ff3546e2c9")
|
||||
(package! csv-mode :pin "fbf942e127e68ac8cfcd08a53500ca554fcac079")
|
||||
(package! dhall-mode :pin "ef4d33debe224c6ba37e51a29b9dc8b74f20f1c2")
|
||||
(package! graphql-mode :pin "7c37aee28b")
|
||||
(package! json-mode :pin "0e819e519a")
|
||||
(package! jsonnet-mode :pin "2b90b4e12a")
|
||||
(package! yaml-mode :pin "cecf4b106b")
|
||||
(package! csv-mode :pin "fbf942e127")
|
||||
(package! dhall-mode :pin "ef4d33debe")
|
||||
(package! protobuf-mode
|
||||
:recipe (:host github :repo "emacsmirror/protobuf-mode" :files (:defaults "*"))
|
||||
:pin "94b7bd7e8b87ff100c603153d2f8d7a2a08ab50b")
|
||||
:pin "94b7bd7e8b")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;; lang/elixir/packages.el
|
||||
|
||||
;; +elixir.el
|
||||
(package! elixir-mode :pin "5920edcf19f0526bbee97b01435c4b8bf3b59c36")
|
||||
(package! alchemist :pin "6f99367511ae209f8fe2c990779764bbb4ccb6ed")
|
||||
(package! elixir-mode :pin "231291ecad")
|
||||
(package! alchemist :pin "6f99367511")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-credo :pin "e88f11ead53805c361ec7706e44c3dfee1daa19f"))
|
||||
(package! flycheck-credo :pin "e88f11ead5"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/elm/packages.el
|
||||
|
||||
(package! elm-mode :pin "5df694e307cf8fa5a3555d800984aa4ebb40664f")
|
||||
(package! elm-mode :pin "dd868e55ff")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-elm :pin "debd0af563cb6c2944367a691c7fa3021d9378c1"))
|
||||
(package! flycheck-elm :pin "debd0af563"))
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
(package! elisp-mode :built-in t)
|
||||
|
||||
(package! highlight-quoted :pin "24103478158cd19fbcfb4339a3f1fa1f054f1469")
|
||||
(package! macrostep :pin "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267")
|
||||
(package! overseer :pin "02d49f582e80e36b4334c9187801c5ecfb027789")
|
||||
(package! elisp-def :pin "368b04da68783601b52e3169312183381871cf9e")
|
||||
(package! elisp-demos :pin "bec206bf1b2ccc899120ec4ca2fcdcf30dcf0da8")
|
||||
(package! highlight-quoted :pin "2410347815")
|
||||
(package! macrostep :pin "424e3734a1")
|
||||
(package! overseer :pin "02d49f582e")
|
||||
(package! elisp-def :pin "368b04da68")
|
||||
(package! elisp-demos :pin "bec206bf1b")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-cask :pin "3457ae553c4feaf8168008f063d78fdde8fb5f94"))
|
||||
(package! flycheck-cask :pin "3457ae553c"))
|
||||
|
||||
(package! buttercup :pin "b297b1dbfa21c87ffbcfc12d19262765387848de")
|
||||
(package! buttercup :pin "178c7954f8")
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; private/erlang/packages.el
|
||||
|
||||
(package! erlang :pin "cf6cf5e5f82e348ecb9bb02d70027fc4961aee3d")
|
||||
(package! erlang :pin "c15eb5fdf7")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-rebar3 :pin "3cca1268c54643204b5bae52e3f0bf5bc921018c"))
|
||||
(package! flycheck-rebar3 :pin "3cca1268c5"))
|
||||
(unless (featurep! +lsp)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-erlang-complete :pin "7d60ed111dbfd34ab6ec1b07c06e2d16a5380b9a"))
|
||||
(package! ivy-erlang-complete :pin "7d60ed111d"))
|
||||
(when (featurep! :completion company)
|
||||
(package! company-erlang :pin "bc0524a16f17b66c7397690e4ca0e004f09ea6c5")))
|
||||
(package! company-erlang :pin "bc0524a16f")))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/ess/packages.el
|
||||
|
||||
(package! ess :pin "2812b85880807e5da35dbf2e69fc1b577f2ad7f4")
|
||||
(package! ess-R-data-view :pin "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9")
|
||||
(package! ess :pin "2812b85880")
|
||||
(package! ess-R-data-view :pin "d6e98d3ae1")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/factor/packages.el
|
||||
|
||||
(package! fuel :pin "b3582dd323e5db3cd19efaae3a071578086d244b")
|
||||
(package! fuel :pin "a62ea78d73")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/faust/packages.el
|
||||
|
||||
(package! faustine :pin "07a38963111518f86123802f9d477be0d4689a3f")
|
||||
(package! faustine :pin "07a3896311")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/fsharp/packages.el
|
||||
|
||||
(package! fsharp-mode :pin "0415c45489fa7d83e9a7c94530aa1943682aabf9")
|
||||
(package! fsharp-mode :pin "8c86e38b93")
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/go/packages.el
|
||||
|
||||
(package! go-eldoc :pin "cbbd2ea1e94a36004432a9ac61414cb5a95a39bd")
|
||||
(package! go-guru :pin "53c76cddf54638dea5e4cae99ce0181de28e1064")
|
||||
(package! go-mode :pin "53c76cddf54638dea5e4cae99ce0181de28e1064")
|
||||
(package! gorepl-mode :pin "6a73bf352e8d893f89cad36c958c4db2b5e35e07")
|
||||
(package! go-tag :pin "59b243f2fa079d9de9d56f6e2d94397e9560310a")
|
||||
(package! go-gen-test :pin "44c202ac97e728e93a35cee028a0ea8dd6e4292c")
|
||||
(package! go-eldoc :pin "cbbd2ea1e9")
|
||||
(package! go-guru :pin "53c76cddf5")
|
||||
(package! go-mode :pin "53c76cddf5")
|
||||
(package! gorepl-mode :pin "6a73bf352e")
|
||||
(package! go-tag :pin "59b243f2fa")
|
||||
(package! go-gen-test :pin "44c202ac97")
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-go :pin "939b4a677f2f843ea13d9dd90206d57111f0ceb9"))
|
||||
(package! company-go :pin "939b4a677f"))
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-golangci-lint :pin "8e446c68311048f0b87febf8ef0379e29d358851"))
|
||||
(package! flycheck-golangci-lint :pin "8e446c6831"))
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/haskell/packages.el
|
||||
|
||||
(package! haskell-mode :pin "1ac4de398f9e19f322fa168ebf58527458e43df5")
|
||||
(package! haskell-mode :pin "3cf99d7f0e")
|
||||
|
||||
(when (featurep! +dante)
|
||||
(package! dante :pin "3e532e8d7ea02d6045345d1175e05b616882112a")
|
||||
(package! attrap :pin "4cf3e4a16255997e7c3c39682a72866a0a37dd4b"))
|
||||
(package! dante :pin "3e532e8d7e")
|
||||
(package! attrap :pin "4cf3e4a162"))
|
||||
(when (featurep! +lsp)
|
||||
(package! lsp-haskell :pin "6d481f97e62b0fd2455e8f7a36429981277445b1"))
|
||||
(package! lsp-haskell :pin "6d481f97e6"))
|
||||
;; DEPRECATED
|
||||
(when (featurep! +intero)
|
||||
(package! intero :pin "30d8e7330c9b20c2905035bc417fa8645e7b4b85"))
|
||||
(package! intero :pin "30d8e7330c"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/hy/packages.el
|
||||
|
||||
(package! hy-mode :pin "e2d5fecdaec602788aa7123ed13651c888b8d94b")
|
||||
(package! hy-mode :pin "e2d5fecdae")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/idris/packages.el
|
||||
|
||||
(package! idris-mode :pin "acc8835449475d7cd205aba213fdd3d41c38ba40")
|
||||
(package! idris-mode :pin "acc8835449")
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/java/packages.el
|
||||
|
||||
(package! android-mode :pin "d5332e339a1f5e30559a53feffb8442ca79265d6")
|
||||
(package! groovy-mode :pin "cafdd98e06a3bbff213f3ccb163de2c42d412b66")
|
||||
(package! android-mode :pin "d5332e339a")
|
||||
(package! groovy-mode :pin "cafdd98e06")
|
||||
|
||||
(when (featurep! +meghanada)
|
||||
(package! meghanada :pin "70bfbf553c7b7fb1928672e9a95b7137e02c2d4b"))
|
||||
(package! meghanada :pin "70bfbf553c"))
|
||||
|
||||
(when (featurep! +eclim)
|
||||
(package! eclim :pin "23f5b294f833ce58516d7b9ae08a7792d70022a1")
|
||||
(package! eclim :pin "23f5b294f8")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-emacs-eclim :pin "23f5b294f833ce58516d7b9ae08a7792d70022a1")))
|
||||
(package! company-emacs-eclim :pin "23f5b294f8")))
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(package! lsp-java :pin "5c3da6cf3a27dc57df1d537bdacbb318ca628bcf"))
|
||||
(package! lsp-java :pin "dbeeee9c74"))
|
||||
|
|
|
@ -2,21 +2,21 @@
|
|||
;;; lang/javascript/packages.el
|
||||
|
||||
;; Major modes
|
||||
(package! coffee-mode :pin "86ab8aae8662e8eff54d3013010b9c693b16eac5")
|
||||
(package! js2-mode :pin "b3841a7a304d9d1328fdb0868fbbecf0c2f9831f")
|
||||
(package! rjsx-mode :pin "0e7fa6b4facdec4f85a7a8865bdf59dfd57217b5")
|
||||
(package! typescript-mode :pin "761f3aec6e192ddf0a9f1cc3d5d2ee77d32cb06c")
|
||||
(package! coffee-mode :pin "86ab8aae86")
|
||||
(package! js2-mode :pin "b3841a7a30")
|
||||
(package! rjsx-mode :pin "014c760138")
|
||||
(package! typescript-mode :pin "a0f2c3ebd4")
|
||||
|
||||
;; Tools
|
||||
(package! eslintd-fix :pin "98c669e3653bf94c236c54946c6faba7f782ef0d")
|
||||
(package! js2-refactor :pin "d4c40b5fc86d3edd7c6a7d83ac86483ee1cb7a28")
|
||||
(package! npm-mode :pin "3ee7c0bad5b7a041d4739ef3aaa06a3dc764e5eb")
|
||||
(package! eslintd-fix :pin "98c669e365")
|
||||
(package! js2-refactor :pin "d4c40b5fc8")
|
||||
(package! npm-mode :pin "3ee7c0bad5")
|
||||
|
||||
;; Eval
|
||||
(package! nodejs-repl :pin "8b9094826568485eb0c48d798ae0026cb6962b83")
|
||||
(package! skewer-mode :pin "123215dd9bfa67ce5cc49cd52dd54c0ba7c7e02c")
|
||||
(package! nodejs-repl :pin "8b90948265")
|
||||
(package! skewer-mode :pin "123215dd9b")
|
||||
|
||||
;; Programming environment
|
||||
(package! tide :pin "1878a097fc41ee81c40c155022c8feaaf8bfaa6d")
|
||||
(package! tide :pin "1878a097fc")
|
||||
(when (featurep! :tools lookup)
|
||||
(package! xref-js2 :pin "6f1ed5dae0c2485416196a51f2fa92f32e4b8262"))
|
||||
(package! xref-js2 :pin "6f1ed5dae0"))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/julia/packages.el
|
||||
|
||||
(package! julia-mode :pin "5238f9adb7dd1c161fd6130435ebf0ac3755f33c")
|
||||
(package! julia-repl :pin "b11a5729709c5ca541db2b6472b6579166723060")
|
||||
(package! julia-mode :pin "5238f9adb7")
|
||||
(package! julia-repl :pin "b11a572970")
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/kotlin/packages.el
|
||||
|
||||
(package! kotlin-mode :pin "ab610996820b5cbdb032edbf8747661131603ab8")
|
||||
(package! kotlin-mode :pin "ab61099682")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-kotlin :pin "5104ee9a3fdb7f0a0a3d3bcfd8dd3c45a9929310"))
|
||||
(package! flycheck-kotlin :pin "5104ee9a3f"))
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/latex/packages.el
|
||||
|
||||
(package! auctex :pin "fafa28d54276a73604e696b51c6a1a36d727d3fb")
|
||||
(package! adaptive-wrap :pin "1810c0ee8d827dd502ddeaae5bd759d4811fcbce")
|
||||
(package! latex-preview-pane :pin "5297668a89996b50b2b62f99cba01cc544dbed2e")
|
||||
(package! auctex :pin "fafa28d542")
|
||||
(package! adaptive-wrap :pin "1810c0ee8d")
|
||||
(package! latex-preview-pane :pin "5297668a89")
|
||||
|
||||
;; Optional module features:
|
||||
|
||||
(when (featurep! +latexmk)
|
||||
(package! auctex-latexmk :pin "4d353522650d7685acbf1d38f7dbc504f734bd84"))
|
||||
(package! auctex-latexmk :pin "4d35352265"))
|
||||
|
||||
;; Features according to other user selected options
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-auctex :pin "48c42c58ce2f0e693301b0cb2d085055410c1b25")
|
||||
(package! company-reftex :pin "33935e96540201adab43f3a765d62289eba9e286")
|
||||
(package! company-math :pin "600e49449644f6835f9dc3501bc58461999e8ab9"))
|
||||
(package! company-auctex :pin "48c42c58ce")
|
||||
(package! company-reftex :pin "33935e9654")
|
||||
(package! company-math :pin "600e494496"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-bibtex :pin "d4471232be26793fbf56c0ac3690b5f537c378b9"))
|
||||
(package! ivy-bibtex :pin "d4471232be"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-bibtex :pin "d4471232be26793fbf56c0ac3690b5f537c378b9"))
|
||||
(package! helm-bibtex :pin "d4471232be"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/lean/packages.el
|
||||
|
||||
(package! lean-mode :pin "f26e40daad2c1bd090e440a2b931205ac3b9b613")
|
||||
(package! lean-mode :pin "f26e40daad")
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lean :pin "f26e40daad2c1bd090e440a2b931205ac3b9b613"))
|
||||
(package! company-lean :pin "f26e40daad"))
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/ledger/packages.el
|
||||
|
||||
(package! ledger-mode :pin "a514953d6a25cb29c0ec218e9824ee201c9b904d")
|
||||
(package! ledger-mode :pin "a514953d6a")
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
(package! evil-ledger :pin "7a9f9f5d39c42fffdba8004f8982642351f2b233"))
|
||||
(package! evil-ledger :pin "7a9f9f5d39"))
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-ledger :pin "2065beab564c23e6ab380547d19bdb5a9b3b25fc"))
|
||||
(package! flycheck-ledger :pin "2065beab56"))
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/lua/packages.el
|
||||
|
||||
(package! lua-mode :pin "1f596a93b3f1caadd7bba01030f8c179b029600b")
|
||||
(package! lua-mode :pin "1f596a93b3")
|
||||
|
||||
(when (featurep! +moonscript)
|
||||
(package! moonscript :pin "56f90471e2ced2b0a177aed4d8c2f854797e9cc7")
|
||||
(package! moonscript :pin "56f90471e2")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-moonscript
|
||||
:recipe (:host github :repo "hlissner/emacs-flycheck-moonscript") :pin "fcb99e5efcf31db05f236f02eaa575986a57172d")))
|
||||
:recipe (:host github :repo "hlissner/emacs-flycheck-moonscript") :pin "fcb99e5efc")))
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lua :pin "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52"))
|
||||
(package! company-lua :pin "29f6819de4"))
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/markdown/packages.el
|
||||
|
||||
(package! markdown-mode :pin "e9dff50d572caa96b68a7466c18c97a8d6ed651c")
|
||||
(package! markdown-toc :pin "7038f4f6d5c2bc7e4aea89699a607ac2b7dd16a8")
|
||||
(package! edit-indirect :pin "935ded353b9ed3da67bc61abf245c21b58d88864")
|
||||
(package! markdown-mode :pin "e9dff50d57")
|
||||
(package! markdown-toc :pin "7038f4f6d5")
|
||||
(package! edit-indirect :pin "935ded353b")
|
||||
|
||||
(when (featurep! +grip)
|
||||
(package! grip-mode :pin "0c2fe11f12ec23d5bbfba59ba43b89e87ef3eea8"))
|
||||
(package! grip-mode :pin "cbf20fd131"))
|
||||
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(package! evil-markdown
|
||||
:recipe (:host github :repo "Somelauw/evil-markdown") :pin "46cd81b37991c4325fc24015a610f832b0ff995d"))
|
||||
:recipe (:host github :repo "Somelauw/evil-markdown") :pin "46cd81b379"))
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
;;; requires nim nimsuggest nimble
|
||||
|
||||
(package! nim-mode :pin "16a245e4974d21a6e9e7163e7fbfb50a0bd89f99")
|
||||
(package! nim-mode :pin "16a245e497")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))
|
||||
(package! flycheck-nim :pin "ddfade5100"))
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/nix/packages.el
|
||||
|
||||
(package! nix-mode :pin "5b5961780f3b1c1b62453d2087f775298980f10d")
|
||||
(package! nix-update :pin "fc6c39c2da3fcfa62f4796816c084a6389c8b6e7")
|
||||
(package! nix-mode :pin "5b5961780f")
|
||||
(package! nix-update :pin "fc6c39c2da")
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-nixos-options :pin "977b9a505ffc8b33b70ec7742f90e469b3168297"))
|
||||
(package! company-nixos-options :pin "977b9a505f"))
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-nixos-options :pin "977b9a505ffc8b33b70ec7742f90e469b3168297"))
|
||||
(package! helm-nixos-options :pin "977b9a505f"))
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/ocaml/packages.el
|
||||
|
||||
(package! tuareg :pin "c12061eb80c1487a1963af7cdae268d709a70ca9")
|
||||
(package! tuareg :pin "c12061eb80")
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! merlin :pin "f6954e953b4168e6a798a0255d6a2dfbd868a3c6")
|
||||
(package! merlin-eldoc :pin "db7fab1eddfe34781b7e79694f8923b285698032")
|
||||
(package! merlin :pin "f6954e953b")
|
||||
(package! merlin-eldoc :pin "db7fab1edd")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-ocaml :pin "8707a7bf545a8639a6a5c600a98d9a2ea1487dc9")))
|
||||
(package! flycheck-ocaml :pin "8707a7bf54")))
|
||||
|
||||
(package! ocp-indent :pin "9e26c0a2699b7076cebc04ece59fb354eb84c11c")
|
||||
(package! ocp-indent :pin "9e26c0a269")
|
||||
|
||||
(when (featurep! :tools eval)
|
||||
(package! utop :pin "7c99d8c904dbb6fb0daf375f5424a9f6053b9c84"))
|
||||
(package! utop :pin "7c99d8c904"))
|
||||
|
||||
(when (featurep! :editor format)
|
||||
;; by default quelpa generated a version 0pre0.20180929.192844, which got
|
||||
;; parsed into (0 -1 0 ...), which when compared with version nil (0) in
|
||||
;; package-installed-p always yielded false
|
||||
(package! ocamlformat :recipe
|
||||
(:host github :repo "ocaml-ppx/ocamlformat" :files ("emacs/*.el")) :pin "c7376847027ec94929fb3e3c42ba76d03c952d6d"))
|
||||
(:host github :repo "ocaml-ppx/ocamlformat" :files ("emacs/*.el")) :pin "dba4487820"))
|
||||
|
||||
(package! dune :recipe
|
||||
(:host github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el")) :pin "19f3a4a3db93702034c5227517b3e96e89fe5d84")
|
||||
(:host github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el")) :pin "f3df7abe64")
|
||||
|
|
|
@ -26,79 +26,80 @@
|
|||
(package! org-mode
|
||||
:recipe (:host github
|
||||
:repo "emacs-straight/org-mode"
|
||||
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el")))
|
||||
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
|
||||
:pin "cd1014a75a")
|
||||
;; ...And prevent other packages from pulling org; org-plus-contrib satisfies
|
||||
;; the dependency already: https://github.com/raxod502/straight.el/issues/352
|
||||
(package! org :recipe (:local-repo nil))
|
||||
|
||||
(package! avy :pin "cf95ba9582121a1c2249e3c5efdc51acd566d190")
|
||||
(package! htmlize :pin "86f22f211e9230857197c42a9823d3f05381deed")
|
||||
(package! avy)
|
||||
(package! htmlize :pin "86f22f211e")
|
||||
(package! org-bullets
|
||||
:recipe (:host github :repo "Kaligule/org-bullets")
|
||||
:pin "8b4f0aab6d49b00faa779785b978fdb67e2eb066")
|
||||
:pin "8b4f0aab6d")
|
||||
(package! org-yt
|
||||
:recipe (:host github :repo "TobiasZawada/org-yt")
|
||||
:pin "40cc1ac76d741055cbefa13860d9f070a7ade001")
|
||||
(package! ox-clip :pin "bd36f9fb4e3b1b9e8686b993b02ccd780ff75a96")
|
||||
(package! toc-org :pin "379b457fcff091d2fa47223ade58f457fd6eed28")
|
||||
(package! org-cliplink :pin "82402cae7e118d67de7328417fd018a18f95fac2")
|
||||
(package! org-bookmark-heading :pin "38a2813f72ff65f3ae91e2ebb23e0bbb42a8d1df")
|
||||
:pin "40cc1ac76d")
|
||||
(package! ox-clip :pin "bd36f9fb4e")
|
||||
(package! toc-org :pin "379b457fcf")
|
||||
(package! org-cliplink :pin "82402cae7e")
|
||||
(package! org-bookmark-heading :pin "38a2813f72")
|
||||
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(package! evil-org
|
||||
:recipe (:host github :repo "hlissner/evil-org-mode")
|
||||
:pin "4d44e9bbdc3ae35d0050ca298886710f6531f434"))
|
||||
:pin "4d44e9bbdc"))
|
||||
(when (featurep! :tools pdf)
|
||||
(package! org-pdfview :pin "8b71f313634b95a1fac42fc701934fd796565f3b"))
|
||||
(package! org-pdfview :pin "8b71f31363"))
|
||||
(when (featurep! :tools magit)
|
||||
(package! orgit :pin "e7cddf39e301c87c36c7de13e429dee74874d5c8"))
|
||||
(package! orgit :pin "e7cddf39e3"))
|
||||
(when (featurep! +brain)
|
||||
(package! org-brain :pin "8cb2efc86026f0dcd19a63aef97044131682eba5"))
|
||||
(package! org-brain :pin "8cb2efc860"))
|
||||
(when (featurep! +dragndrop)
|
||||
(package! org-download :pin "a367669384859261bcb11bac4b782f231f972353"))
|
||||
(package! org-download :pin "aad18aecef"))
|
||||
(when (featurep! +gnuplot)
|
||||
(package! gnuplot :pin "a406143d52618638d908b6b0b1c1c90c045b83ee")
|
||||
(package! gnuplot-mode :pin "601f6392986f0cba332c87678d31ae0d0a496ce7"))
|
||||
(package! gnuplot :pin "a406143d52")
|
||||
(package! gnuplot-mode :pin "601f639298"))
|
||||
(when (featurep! +ipython) ; DEPRECATED
|
||||
(package! ob-ipython :pin "7147455230841744fb5b95dcbe03320313a77124"))
|
||||
(package! ob-ipython :pin "7147455230"))
|
||||
(when (featurep! +jupyter)
|
||||
(package! jupyter :pin "9e3c1633586982e278f072dfaaabd115fa4d19f7"))
|
||||
(package! jupyter :pin "9e3c163358"))
|
||||
(when (featurep! +pomodoro)
|
||||
(package! org-pomodoro :pin "aa07c11318f91219336197e62c47bc7a3d090479"))
|
||||
(package! org-pomodoro :pin "aa07c11318"))
|
||||
(when (featurep! +present)
|
||||
(package! centered-window
|
||||
:recipe (:host github :repo "anler/centered-window-mode")
|
||||
:pin "24f7c5be9def20879f46659082d497e67b55d7af")
|
||||
(package! org-tree-slide :pin "7bf09a02bd2d8f1ccfcb5209bfb18fbe02d1f44e")
|
||||
(package! org-re-reveal :pin "29bc467201220dbf5091fe2d32a2b237c744ff10"))
|
||||
:pin "24f7c5be9d")
|
||||
(package! org-tree-slide :pin "7bf09a02bd")
|
||||
(package! org-re-reveal :pin "29bc467201"))
|
||||
(when (featurep! +journal)
|
||||
(package! org-journal :pin "cf0f15386fb52479f3b8f4f494feff71ba0052a4"))
|
||||
(package! org-journal :pin "cf0f15386f"))
|
||||
|
||||
;;; Babel
|
||||
(package! ob-async :pin "80a30b96a007d419ece12c976a81804ede340311")
|
||||
(package! ob-async :pin "80a30b96a0")
|
||||
(when (featurep! :lang crystal)
|
||||
(package! ob-crystal :pin "d84c1adee4b269cdba06a97caedb8071561a09af"))
|
||||
(package! ob-crystal :pin "d84c1adee4"))
|
||||
(when (featurep! :lang go)
|
||||
(package! ob-go :pin "2067ed55f4c1d33a43cb3f6948609d240a8915f5"))
|
||||
(package! ob-go :pin "2067ed55f4"))
|
||||
(when (featurep! :lang nim)
|
||||
(package! ob-nim :pin "bf1642cb93f0a898804dc13fd9408d2964403bd2"))
|
||||
(package! ob-nim :pin "bf1642cb93"))
|
||||
(when (featurep! :lang racket)
|
||||
(package! ob-racket
|
||||
:recipe (:host github :repo "DEADB17/ob-racket")
|
||||
:pin "d8fd51bddb019b0eb68755255f88fc800cfe03cb"))
|
||||
:pin "d8fd51bddb"))
|
||||
(when (featurep! :lang rest)
|
||||
(package! ob-restclient :pin "c5c22e603531dca48575d0a425fddff16dc0f391"))
|
||||
(package! ob-restclient :pin "c5c22e6035"))
|
||||
(when (featurep! :lang rust)
|
||||
(package! ob-rust :pin "6a82587598cd097e9642be916243c31f1231b24a"))
|
||||
(package! ob-rust :pin "6a82587598"))
|
||||
(when (featurep! :lang scala)
|
||||
(package! ob-ammonite :pin "39937dff395e70aff76a4224fa49cf2ec6c57cca"))
|
||||
(package! ob-ammonite :pin "39937dff39"))
|
||||
|
||||
;;; Export
|
||||
(when (featurep! +pandoc)
|
||||
(package! ox-pandoc :pin "aa37dc7e94213d4ebedb85c384c1ba35007da18e"))
|
||||
(package! ox-pandoc :pin "aa37dc7e94"))
|
||||
(when (featurep! +hugo)
|
||||
(package! ox-hugo
|
||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)
|
||||
:pin "d2892b3b5ea19f85063f2fba4a5b7ffa1123a395"))
|
||||
:pin "0530645d73"))
|
||||
(when (featurep! :lang rst)
|
||||
(package! ox-rst :pin "9158bfd18096c559e0a225ae62ab683f1c98a547"))
|
||||
(package! ox-rst :pin "9158bfd180"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/perl/packages.el
|
||||
|
||||
(package! perl6-mode :pin "88de065795d6863b23b6042576b9e90f8cbf8798")
|
||||
(package! perl6-mode :pin "88de065795")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-perl6 :pin "b804702305d7a6e26f762ff98cfdeec2e9dd4cb7"))
|
||||
(package! flycheck-perl6 :pin "b804702305"))
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/php/packages.el
|
||||
|
||||
(package! php-boris :pin "f2faebf610c917f7091f7ec0cd97645629c4f819")
|
||||
(package! php-extras :recipe (:host github :repo "arnested/php-extras") :pin "d410c5af663c30c01d461ac476d1cbfbacb49367")
|
||||
(package! php-mode :pin "167b35749dbf700543d4a540d098c015af58df2b")
|
||||
(package! php-refactor-mode :pin "7a794b0618df2882b1bd586fdd698dba0bc5130d")
|
||||
(package! phpunit :pin "fe6bc91c3bd8b329c6d26ad883a025f06b5121ee")
|
||||
(package! php-boris :pin "f2faebf610")
|
||||
(package! php-extras :recipe (:host github :repo "arnested/php-extras") :pin "d410c5af66")
|
||||
(package! php-mode :pin "cade4cef2b")
|
||||
(package! php-refactor-mode :pin "7a794b0618")
|
||||
(package! phpunit :pin "fe6bc91c3b")
|
||||
|
||||
(when (featurep! +hack)
|
||||
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode") :pin "fd6a661b091490920804d043303596f9e60a5dd7"))
|
||||
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode") :pin "fd6a661b09"))
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! phpactor :pin "19d56b4c62772f6939cf1576c72213bf72fd3eb1")
|
||||
(package! phpactor :pin "5ccf65d59e")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-phpactor :pin "19d56b4c62772f6939cf1576c72213bf72fd3eb1")))
|
||||
(package! company-phpactor :pin "5ccf65d59e")))
|
||||
|
||||
(when (featurep! :editor format)
|
||||
(package! php-cs-fixer :pin "6540006710daf2b2d47576968ea826a83a40a6bf"))
|
||||
(package! php-cs-fixer :pin "6540006710"))
|
||||
|
||||
;; For building php-extras
|
||||
(package! async :pin "86aef2c38e7d35e8509b7feeee3e989d825eba91")
|
||||
(package! async :pin "86aef2c38e")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/plantuml/packages.el
|
||||
|
||||
(package! plantuml-mode :pin "ea45a13707abd2a70df183f1aec6447197fc9ccc")
|
||||
(package! plantuml-mode :pin "ea45a13707")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-plantuml :pin "183be89e1dbba0b38237dd198dff600e0790309d"))
|
||||
(package! flycheck-plantuml :pin "183be89e1d"))
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
;; due to expecting the compiler to be psc rather than purs. However, one of
|
||||
;; purescript-mode or psc-ide seems to handle flycheck, so it might be
|
||||
;; unnecessary altogether.
|
||||
;;(package! flycheck-purescript :pin "30f0435d5e2715053c8c6170b2bce2ae462ac819")
|
||||
;;(package! flycheck-purescript :pin "30f0435d5e")
|
||||
|
||||
(package! psc-ide :pin "2a9394422da317b54aa1da021aea6cded19004c1")
|
||||
(package! purescript-mode :pin "8db1d0243c03da31adac4d7c5287407a4df6aff2")
|
||||
(package! psc-ide :pin "2a9394422d")
|
||||
(package! purescript-mode :pin "8db1d0243c")
|
||||
|
|
|
@ -2,33 +2,33 @@
|
|||
;;; lang/python/packages.el
|
||||
|
||||
;; Major modes
|
||||
(package! pip-requirements :pin "216cd1690f80cc965d4ae47b8753fc185f778ff6")
|
||||
(package! pip-requirements :pin "216cd1690f")
|
||||
(when (featurep! +cython)
|
||||
(package! cython-mode :pin "6d2c3b9372547ce0aefac2babfe48dc1568875b9")
|
||||
(package! cython-mode :pin "1bc86b5750")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-cython :pin "ecc4454d35ab5317ab66a04406f36f0c1dbc0b76")))
|
||||
(package! flycheck-cython :pin "ecc4454d35")))
|
||||
|
||||
;; LSP
|
||||
(when (featurep! +lsp)
|
||||
(package! lsp-python-ms :pin "83ef84d9a4a942f8882b00d07bb78b15f716e89d"))
|
||||
(package! lsp-python-ms :pin "83ef84d9a4"))
|
||||
|
||||
;; Programming environment
|
||||
(package! anaconda-mode :pin "1bc301b2d2bc336988f4a16a891c275a90136ca5")
|
||||
(package! anaconda-mode :pin "1bc301b2d2")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-anaconda :pin "398fad19160cc1d0e31dcb1d4a3f88de7a2d355d"))
|
||||
(package! company-anaconda :pin "398fad1916"))
|
||||
|
||||
;; Environment management
|
||||
(package! pipenv :pin "b730bb509e8b60af9f5ab1f1e6c3458d1d95d789")
|
||||
(package! pyvenv :pin "861998b6d157ae73b829f02a5a6c8a9118310831")
|
||||
(package! pipenv :pin "b730bb509e")
|
||||
(package! pyvenv :pin "861998b6d1")
|
||||
(when (featurep! +pyenv)
|
||||
(package! pyenv-mode :pin "aec6f2aa289f6aed974f053c081143758dd142fb"))
|
||||
(package! pyenv-mode :pin "aec6f2aa28"))
|
||||
(when (featurep! +conda)
|
||||
(package! conda :pin "41e9593cf230a50183a36fa9c0a4853acb2e7505"))
|
||||
(package! conda :pin "814439dffa"))
|
||||
|
||||
;; Testing frameworks
|
||||
(package! nose :pin "f8528297519eba911696c4e68fa88892de9a7b72")
|
||||
(package! python-pytest :pin "09ad688df207ee9b02c990d3897a9e2841931d97")
|
||||
(package! nose :pin "f852829751")
|
||||
(package! python-pytest :pin "09ad688df2")
|
||||
|
||||
;; Import managements
|
||||
(package! pyimport :pin "a6f63cf7ed93f0c0f7c207e6595813966f8852b9")
|
||||
(package! py-isort :pin "e67306f459c47c53a65604e4eea88a3914596560")
|
||||
(package! pyimport :pin "a6f63cf7ed")
|
||||
(package! py-isort :pin "e67306f459")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/qt/packages.el
|
||||
|
||||
(package! qml-mode :pin "6c5f33ba88ae010bf201a80ee8095e20a724558c")
|
||||
(package! qt-pro-mode :pin "7a2da323de834294b413cbbb3c92f42f54913643")
|
||||
(package! qml-mode :pin "6c5f33ba88")
|
||||
(package! qt-pro-mode :pin "7a2da323de")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/racket/packages.el
|
||||
|
||||
(package! racket-mode :pin "09eba92e846733db1acc8b9e58ff2b5f52c79b23")
|
||||
(package! racket-mode :pin "5f396fa91f")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rest/packages.el
|
||||
|
||||
(package! restclient :pin "e8ca809ace13549a1ddffb4e4aaa5d5fce750f3d")
|
||||
(package! restclient :pin "e8ca809ace")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-restclient :pin "e5a3ec54edb44776738c13e13e34c85b3085277b"))
|
||||
(package! company-restclient :pin "e5a3ec54ed"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rst/packages.el
|
||||
|
||||
(package! sphinx-mode :pin "b5ac514e213459dcc57184086f10b5b6be3cecd8")
|
||||
(package! sphinx-mode :pin "b5ac514e21")
|
||||
|
|
|
@ -2,31 +2,31 @@
|
|||
;;; lang/ruby/packages.el
|
||||
|
||||
;; Major modes
|
||||
(package! enh-ruby-mode :pin "732331b99a0884dd7fc0149658d4090886857656")
|
||||
(package! yard-mode :pin "ba74a47463b0320ae152bd42a7dd7aeecd7b5748")
|
||||
(package! enh-ruby-mode :pin "732331b99a")
|
||||
(package! yard-mode :pin "ba74a47463")
|
||||
|
||||
;; REPL
|
||||
(package! inf-ruby :pin "fd8d392fefd1d99eb58fc597d537d0d7df29c334")
|
||||
(package! inf-ruby :pin "fd8d392fef")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-inf-ruby :pin "fe3e4863bc971fbb81edad447efad5795ead1b17"))
|
||||
(package! company-inf-ruby :pin "fe3e4863bc"))
|
||||
|
||||
;; Programming environment
|
||||
(package! rubocop :pin "03bf15558a6eb65e4f74000cab29412efd46660e")
|
||||
(package! robe :pin "8190cb7c7beb8385dd3abf6ea357f33d8981ae8a")
|
||||
(package! rubocop :pin "03bf15558a")
|
||||
(package! robe :pin "8190cb7c7b")
|
||||
|
||||
;; Project tools
|
||||
(package! bundler
|
||||
;; REVIEW Remove when endofunky/bundler.el#25 is merged
|
||||
:recipe (:host github :repo "nate/bundler.el")
|
||||
:pin "05a91d68e21e129b6c4d5462c888ea249c2ea001")
|
||||
(package! rake :pin "9c204334b03b4e899fadae6e59c20cf105404128")
|
||||
:pin "10a18a9322")
|
||||
(package! rake :pin "9c204334b0")
|
||||
|
||||
;; Environment management
|
||||
(when (featurep! +rbenv)
|
||||
(package! rbenv :pin "2ea1a5bdc1266caef1dd77700f2c8f42429b03f1"))
|
||||
(package! rbenv :pin "2ea1a5bdc1"))
|
||||
(when (featurep! +rvm)
|
||||
(package! rvm :pin "134497bc460990c71ab8fa75431156e62c17da2d"))
|
||||
(package! rvm :pin "134497bc46"))
|
||||
|
||||
;; Testing frameworks
|
||||
(package! rspec-mode :pin "c4353a1bff164bccf6c55fda16aa7b9c9ab36685")
|
||||
(package! minitest :pin "6d9f6233b7ce63c63c96675514c228fd93a2b6a1")
|
||||
(package! rspec-mode :pin "c4353a1bff")
|
||||
(package! minitest :pin "6d9f6233b7")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rust/packages.el
|
||||
|
||||
(package! rustic :pin "319e85515918ad8cc5348d945ebdf2a1718e1a64")
|
||||
(package! rustic :pin "a6b8cd8db8")
|
||||
(unless (featurep! +lsp)
|
||||
(package! racer :pin "a0bdf778f01e8c4b8a92591447257422ac0b455b"))
|
||||
(package! racer :pin "a0bdf778f0"))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/scala/packages.el
|
||||
|
||||
(package! sbt-mode :pin "633a315ad453cd963588c9b8fba02d9cf75296b4")
|
||||
(package! scala-mode :pin "44772cbf1e1ade52bc5066555ff0aed68569aaec")
|
||||
(package! sbt-mode :pin "633a315ad4")
|
||||
(package! scala-mode :pin "46bb948345")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/scheme/packages.el
|
||||
|
||||
(package! geiser :pin "645e4775420c59bb10ef0693ed2631a8df8c0e29")
|
||||
(package! geiser :pin "645e477542")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;; lang/sh/packages.el
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-shell :pin "52f3bf26b74adc30a275f5f4290a1fc72a6876ff"))
|
||||
(package! company-shell))
|
||||
|
||||
(when (featurep! +fish)
|
||||
(package! fish-mode :pin "688c82decad108029b0434e3bce6c3d129ede6f3"))
|
||||
(package! fish-mode :pin "688c82deca"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/solidity/packages.el
|
||||
|
||||
(package! solidity-mode :pin "93412f211fad7dfc3b02aa226856fc52b6a15c22")
|
||||
(package! company-solidity :pin "93412f211fad7dfc3b02aa226856fc52b6a15c22")
|
||||
(package! solidity-flycheck :pin "93412f211fad7dfc3b02aa226856fc52b6a15c22")
|
||||
(package! solidity-mode :pin "b190993dcb")
|
||||
(package! company-solidity :pin "b190993dcb")
|
||||
(package! solidity-flycheck :pin "b190993dcb")
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/swift/packages.el
|
||||
|
||||
(package! swift-mode :pin "1268425311ab20f1618df4e52cb1b79e28b553df")
|
||||
(package! swift-mode :pin "1268425311")
|
||||
|
||||
(if (featurep! +lsp)
|
||||
(package! lsp-sourcekit :pin "04d75b6a0be5894fea4a55fec0b2ccedf5b3be58")
|
||||
(package! lsp-sourcekit :pin "04d75b6a0b")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-sourcekit :pin "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781"))
|
||||
(package! company-sourcekit :pin "abf9bc5a01"))
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-swift :pin "4c5ad401252400a78da395fd56a71e67ff8c2761")))
|
||||
(package! flycheck-swift :pin "4c5ad40125")))
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
(package! terra-mode
|
||||
:recipe (:host github :repo "StanfordLegion/terra-mode")
|
||||
:pin "1e5e82410d60bd0b53fe3e769d9dd36a0d542b71")
|
||||
:pin "1e5e82410d")
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lua :pin "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52"))
|
||||
(package! company-lua :pin "29f6819de4"))
|
||||
|
|
|
@ -2,23 +2,23 @@
|
|||
;;; lang/web/packages.el
|
||||
|
||||
;; +html.el
|
||||
(package! emmet-mode :pin "1acb821e0142136344ccf40c1e5fb664d7db2e70")
|
||||
(package! haml-mode :pin "bf5b6c11b1206759d2b28af48765e04882dd1fc4")
|
||||
(package! pug-mode :pin "685fd3414d89736bf232f5d1a6bed9e0353b98fe")
|
||||
(package! slim-mode :pin "3636d18ab1c8b316eea71c4732eb44743e2ded87")
|
||||
(when (package! web-mode :pin "cd000fcfce97152f8b831b7eef4ea0d0b1eed11a")
|
||||
(package! emmet-mode :pin "1acb821e01")
|
||||
(package! haml-mode :pin "bf5b6c11b1")
|
||||
(package! pug-mode :pin "685fd3414d")
|
||||
(package! slim-mode :pin "3636d18ab1")
|
||||
(when (package! web-mode :pin "cd000fcfce")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-web :pin "f0cc9187c9c34f72ad71f5649a69c74f996bae9a")))
|
||||
(package! company-web :pin "f0cc9187c9")))
|
||||
|
||||
;; +css.el
|
||||
(package! css-mode :built-in t)
|
||||
(package! less-css-mode :built-in t :pin "c7fa3d56d83206b28657f2e56439dc62280a2bf2")
|
||||
(package! less-css-mode :built-in t :pin "c7fa3d56d8")
|
||||
|
||||
(package! sass-mode :pin "247a0d4b509f10b28e4687cd8763492bca03599b")
|
||||
(package! stylus-mode :pin "4dbde92542fc7ad61df38776980905a4721d642e")
|
||||
(package! sws-mode :pin "4dbde92542fc7ad61df38776980905a4721d642e")
|
||||
(package! rainbow-mode :pin "3ef813d6377226de0cac1b0ee536b517f45e61ad")
|
||||
(package! sass-mode :pin "247a0d4b50")
|
||||
(package! stylus-mode :pin "4dbde92542")
|
||||
(package! sws-mode :pin "4dbde92542")
|
||||
(package! rainbow-mode :pin "3ef813d637")
|
||||
(when (featurep! :completion ivy)
|
||||
(package! counsel-css :pin "61a38c9d50fa9d1e38b2fa550d07130eb9322524"))
|
||||
(package! counsel-css :pin "61a38c9d50"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-css-scss :pin "48b996f73af1fef8d6e88a1c545d98f8c50b0cf3"))
|
||||
(package! helm-css-scss :pin "48b996f73a"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue