diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-17 03:03:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-17 03:03:09 +0000 |
commit | 3455c0a5153ae27d7c6c16ecd35fa3dec33f3dda (patch) | |
tree | b29c1fa32b8be70c36e7f8bf53ab5fca875037f9 /app-emacs/yasnippet-snippets | |
parent | b0735771a80a647a2ea5a03a87d5873d175bd744 (diff) |
gentoo auto-resync : 17:11:2024 - 03:03:09
Diffstat (limited to 'app-emacs/yasnippet-snippets')
-rw-r--r-- | app-emacs/yasnippet-snippets/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/yasnippet-snippets/Manifest b/app-emacs/yasnippet-snippets/Manifest index c0857c4b5172..c995d05f7985 100644 --- a/app-emacs/yasnippet-snippets/Manifest +++ b/app-emacs/yasnippet-snippets/Manifest @@ -1,4 +1,4 @@ -AUX 50yasnippet-snippets-gentoo.el 221 BLAKE2B 608ecd2c72d3ff72c7775bfaeb3edbbc4e066a7ed9e1f10720fb93023319e0141e9694c6bbbb697264b62f9f47721f2f0ac186286a38d1859bf3e5529e8ae118 SHA512 a7a89ab8d5e0c66ada64b04b9bc0917df6c20537c80cebea43ee1210635b20e8b34549455c21217fdaa169dc5eafaa9c5c0032605a17716276437e982653428d +AUX 50yasnippet-snippets-gentoo.el 218 BLAKE2B be5fb52b716ce4b4682c36b901a49d73f632454dc09a79fa2596164db55d871e7a17defa6bd923ab87505ecc941a1e7e9a7d3a3ab54bceb94926bb08216ed629 SHA512 b16e19fd61f22bd39df31eb77117ebbba519a3167db1ece844b4351e29148d7d0e3ac513f9b072dd78dc7b5a03fccf5eba9dde7ced07e8c5c4c02911ddd5811f AUX yasnippet-snippets-dir.patch 523 BLAKE2B b9e0712cae1b65b947b04d5349bb25007ee6f7db0cd8dd56ff7db15192932d88f7c9ab1b1fca77fca450152a52ec19f275f568f947879eab68b755731b48a5ad SHA512 f1a2c1c3db8a752a38e32147d2a8ffbae0666de4657b647ee126b96db0e4a499384148e3d316a72dcfdb5083c06c7c9eb0a47f329a24ac68532052acf994f79d DIST yasnippet-snippets-1.1.tar.gz 179315 BLAKE2B 23413fa35612a8583d3919ce1597e7519d0f4f28a537d8fc18f09d3bd1213c161f3f5987bcd727b73bddd3a94098059e8ba284b4491b3fec528465c840518565 SHA512 4f2fa91e9749e4035fcf643a3ef319bbadabe9b07630db4615da9ae2df8784b3c1155ebae83764e7ed7b0db957a80c97451de388b129438955d6aacf25753bc2 EBUILD yasnippet-snippets-1.1.ebuild 1018 BLAKE2B 85753d44651384b7d764c3fc579fa4396a8802c6b00b31c5cc484a65475b5936b16ad4fa6560a19a1ceb7e0cf42de429fd4ce4b8ec9c20fa37d1f733123e5801 SHA512 40836b4432602d813b6c4dbb9652b03b7ed27850b3e2940137bad361a08ea674665c2c26164262572efb1ba883ee6d7b333b5d7b3a86f4fb30b00f53826a7705 diff --git a/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el b/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el index 4c85ffac5510..ffa03fff66ea 100644 --- a/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el +++ b/app-emacs/yasnippet-snippets/files/50yasnippet-snippets-gentoo.el @@ -1,5 +1,4 @@ (add-to-list 'load-path "@SITELISP@") (autoload 'yasnippet-snippets-initialize "yasnippet-snippets" "Load the `yasnippet-snippets' snippets directory." t) -(eval-after-load 'yasnippet - '(yasnippet-snippets-initialize)) +(eval-after-load 'yasnippet #'yasnippet-snippets-initialize) |