Henri Rosten
ed9e2bdc72
vim: 9.0.1811 -> 9.0.1897
...
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
2023-09-12 07:53:06 +03:00
github-actions[bot]
8481e5d2d3
Merge staging-next into staging
2023-09-12 00:02:17 +00:00
datafoo
26e73d2978
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.15.2 -> 0.16.0
2023-09-11 14:28:53 +00:00
github-actions[bot]
21efb9220e
Merge staging-next into staging
2023-09-09 00:02:37 +00:00
Peder Bergebakken Sundt
07654c80ab
vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.6.8 -> 0.6.10
2023-09-08 20:54:39 +00:00
github-actions[bot]
9df0a1c6a2
Merge staging-next into staging
2023-09-08 18:01:25 +00:00
MultisampledNight
5ee2279901
neovide: 0.11.1 -> 0.11.2
...
https://github.com/neovide/neovide/releases/tag/0.11.2
2023-09-08 18:54:16 +02:00
Sandro Jäckel
fccf04b620
treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType
2023-09-08 14:18:26 +00:00
figsoda
e934149579
Merge pull request #253839 from GaetanLepage/neovim
2023-09-08 09:51:39 -04:00
Weijia Wang
21002df80e
Merge pull request #253791 from aaronjheng/micro
...
micro: 2.0.11 -> 2.0.12
2023-09-08 15:35:26 +02:00
Tom McLaughlin
0342a5194b
jupyter-console: expose as a tool for launching kernels
2023-09-08 00:20:14 -07:00
Lin Jian
3d7fb6794e
emacsPackages.ebuild-mode: switch to melpaBuild
...
Advantages:
- info manual is built and installed
- conform to package.el
without any config, open a foo.ebuild file and its major-mode is set
to ebuild-mode.
2023-09-08 03:08:17 +00:00
Weijia Wang
04942c59c8
Merge pull request #253892 from tnytown/tnytown/emacs-macport-x86-build
...
emacs: use `llvmPackages_14` from `apple_sdk_11_0`
2023-09-07 22:38:02 +02:00
Andrew Pan
407f8a3806
emacs: use llvmPackages_14 from apple_sdk_11_0
...
Fixes issues with macport x86_64 build.
Signed-off-by: Andrew Pan <a@tny.town>
2023-09-07 13:06:55 -05:00
Gaetan Lepage
b352ab677b
neovim: 0.9.1 -> 0.9.2
2023-09-07 13:08:00 +02:00
adisbladis
940be549b6
Merge pull request #253776 from linj-fork/fix-tramp
...
emacs: update the feature used for tramp-remote-path
2023-09-07 20:19:44 +12:00
Weijia Wang
67da0bbb9e
Merge pull request #251037 from dritter/update-jetbrains3
...
jetbrains: 2023.2 -> 2023.2.1
2023-09-07 09:33:59 +02:00
Aaron Jheng
84e0ab64db
micro: 2.0.11 -> 2.0.12
2023-09-07 13:43:25 +08:00
Lin Jian
9b69878816
emacs: update the feature used for tramp-remote-path
...
Since Emacs 28[1], tramp-remote-path is defined in tramp.el.
[1]: https://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/net?id=695f6792f1524a446d276bf5c5e53bbb4c200909
2023-09-07 12:03:47 +08:00
Robert Schütz
ce4f2d1cbe
rstudio: use fetchYarnDeps
2023-09-06 12:34:31 -07:00
figsoda
3e233330d9
Merge pull request #253381 from GaetanLepage/multicursor
2023-09-06 13:26:25 -04:00
Lin Jian
ac4f5079f7
emacsPackages.mu4e: init at 1.10.7
...
This patch packages mu4e as an Emacs lisp package based on the mu4e
output of the multiple-output package mu, which makes mu4e a good
citizen of Emacs lisp packages in two aspects.
First, mu4e now utilizes the Emacs lisp package infrastructure in
Nixpkgs. This allows users who want to do AOT native compilation for
non-default Emacs variants[0] to build only mu4e itself instead of the
whole mu package[1].
Second, mu4e now conforms to the Emacs builtin package manager[2].
Without this patch, mu4e autoloaded commands do not work
out-of-the-box[3] because its directory is added to load-path by
site-start.el after the initialization of package-directory-list,
which causes package-activate-all to not load mu4e-autoloads.el. This
patch fixes this issue when mu4e is installed to Emacs using the
withPackages wrapper[4].
[0]: such as emacs-pgtk
[1]: mu.override { emacs = emacs-pgtk; }
[2]: package.el
[3]: either (require 'mu4e) or (require 'mu4e-autoloads) is needed to
be called before an autoloaded command is called
[4]: emacs-pgtk.pkgs.withPackages (epkgs: [ epkgs.mu4e ])
2023-09-06 16:27:13 +00:00
"Gaetan Lepage"
0832ce822b
vimPlugins.nvim-treesitter: update grammars
2023-09-06 16:34:37 +02:00
"Gaetan Lepage"
0ffdfc407c
vimPlugins: update
2023-09-06 16:30:56 +02:00
Gaetan Lepage
9ef2b50701
vimPlugins.multicursors-nvim: init at 2023-08-30
2023-09-06 16:26:48 +02:00
github-actions[bot]
82535bc9c1
Merge master into staging-next
2023-09-06 06:00:55 +00:00
Lin Jian
35ccb9db3f
build-support/emacs: make version non-optional
...
I do not think there is a good reason for it to be optional.
There were only two packages without a version attr. The version attr
is added to them in this patch.
2023-09-06 02:24:07 +00:00
github-actions[bot]
72eff9fe5d
Merge master into staging-next
2023-09-06 00:01:57 +00:00
kashw2
4769537b26
focuswriter: added qtwayland and wrapped application
2023-09-06 09:48:49 +10:00
kashw2
256814f16e
focuswriter: switch from fetchurl
to fetchFromGitHub
2023-09-06 09:48:48 +10:00
kashw2
7af1857466
focuswriter: added kashw2 maintainer
2023-09-06 09:48:48 +10:00
kashw2
f94a5ef5fa
focuswriter: 1.7.6 -> 1.8.5
2023-09-06 09:48:48 +10:00
Weijia Wang
b1af6db1b2
Merge pull request #253273 from felschr/pixelorama
...
pixelorama: 0.11.1 -> 0.11.2
2023-09-05 23:41:11 +02:00
figsoda
7b797e0caf
Merge pull request #252776 from hatredholder/tabout-nvim
...
vimPlugins.tabout-nvim: init at 2023-03-29
2023-09-05 16:40:36 -04:00
Weijia Wang
04a271d062
Merge pull request #253041 from marsam/fix-emacs-x86_64-darwin
...
emacs: fix build on x86_64-darwin
2023-09-05 21:48:28 +02:00
figsoda
707808af53
vimPlugins.sg-nvim: fix cargoHash
2023-09-05 14:02:56 -04:00
github-actions[bot]
e1394695ec
Merge master into staging-next
2023-09-05 18:01:03 +00:00
Weijia Wang
ed2b4224e2
Merge pull request #253415 from davidak/dit-update
...
dit: 0.7 -> 0.9
2023-09-05 16:41:31 +02:00
Weijia Wang
44352677f1
Merge pull request #253189 from kashw2/leo-editor
...
leo-editor: 6.7.3 -> 6.7.4
2023-09-05 16:31:31 +02:00
Weijia Wang
f56a49c837
Merge pull request #253187 from kashw2/imhex
...
imhex: 1.29.0 -> 1.30.1
2023-09-05 15:34:45 +02:00
github-actions[bot]
c7aba64ba1
Merge master into staging-next
2023-09-05 12:01:11 +00:00
davidak
2f5e0f7a81
dit: 0.7 -> 0.9
2023-09-05 14:01:11 +02:00
Weijia Wang
9f483edbf7
Merge pull request #253394 from aaronjheng/ox
...
ox: use sri hash
2023-09-05 12:45:30 +02:00
Aaron Jheng
4c457a9c3d
ox: use sri hash
2023-09-05 17:35:11 +08:00
R. Ryantm
b561ba54dc
sigil: 1.9.30 -> 2.0.1
2023-09-05 07:49:58 +00:00
github-actions[bot]
77a8486bb3
Merge master into staging-next
2023-09-05 00:02:14 +00:00
Weijia Wang
4c160598a8
Merge pull request #252479 from r-ryantm/auto-update/ldtk
...
ldtk: 1.3.3 -> 1.3.4
2023-09-05 00:51:37 +02:00
Nikolay Korotkiy
d9b0d4b741
Merge pull request #253296 from r-ryantm/auto-update/cudatext
...
cudatext: 1.197.0 -> 1.198.0
2023-09-05 01:51:58 +04:00
Vladimír Čunát
b4cc333048
Merge branch 'master' into staging-next
2023-09-04 20:19:44 +02:00
R. Ryantm
218a9bb2b8
cudatext: 1.197.0 -> 1.198.0
2023-09-04 17:44:36 +00:00