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
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
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
Felix Schröter
ffa7b3b5eb
pixelorama: 0.11.1 -> 0.11.2
2023-09-04 16:51:54 +02:00
ajs124
173409fbc9
texmacs: remove darwin version, because it depends on qt4
...
and hasn't been updated since it was added to nixpkgs
2023-09-04 13:54:49 +02:00
kashw2
718a40cd48
leo-editor: 6.7.3 -> 6.7.4
2023-09-04 08:27:56 +10:00
kashw2
3727f2536d
imhex: 1.29.0 -> 1.30.1
2023-09-04 08:20:48 +10:00
github-actions[bot]
b6f9cf5799
Merge master into staging-next
2023-09-03 18:01:01 +00:00
kashw2
d30d916536
codux: 15.9.0 -> 15.10.0
2023-09-03 11:42:04 +10:00
github-actions[bot]
63c9018ce6
Merge master into staging-next
2023-09-02 18:00:59 +00:00
Janik
7c44dfdc9c
Merge pull request #251840 from daneov/update_android_studio
2023-09-02 19:42:59 +02:00
Mario Rodas
bdce9a2bc2
emacs: fix build on x86_64-darwin
2023-09-02 04:20:00 +00:00
github-actions[bot]
14f4a764c5
Merge master into staging-next
2023-09-02 00:02:17 +00:00
Weijia Wang
37b623ae6c
Merge pull request #249517 from kashw2/thonny
...
thonny: 4.1.1 -> 4.1.2
2023-09-01 23:24:53 +02:00
github-actions[bot]
ea5959eb56
Merge master into staging-next
2023-09-01 18:00:57 +00:00