about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/elisp-packages
Commit message (Collapse)AuthorAge
...
* | nongnu-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
* | melpa-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
* | elpa-devel-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
* | elpa-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
|/
* nongnu-packages: updated 2023-10-22 (from overlay)Anderson Torres2023-10-22
|
* melpa-packages: updated 2023-10-22 (from overlay)Anderson Torres2023-10-22
|
* elpa-devel-packages: updated 2023-10-22 (from overlay)Anderson Torres2023-10-22
|
* elpa-packages: updated 2023-10-22 (from overlay)Anderson Torres2023-10-22
|
* emacsPackages.lsp-bridge: 20230607.135 -> 20231021.309Kira Bruneau2023-10-21
|
* emacsPackages.ebuild-mode: 1.65 -> 1.67Anderson Torres2023-09-17
|
* nongnu-packages: updated 2023-09-16 (from overlay)Anderson Torres2023-09-17
|
* melpa-packages: updated 2023-09-16 (from overlay)Anderson Torres2023-09-17
|
* elpa-devel-packages: updated 2023-09-16 (from overlay)Anderson Torres2023-09-17
|
* elpa-packages: updated 2023-09-16 (from overlay)Anderson Torres2023-09-17
|
* emacsPackages.ebuild-mode: switch to melpaBuildLin Jian2023-09-08
| | | | | | | | 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.
* emacsPackages.mu4e: init at 1.10.7Lin Jian2023-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 ])
* build-support/emacs: make version non-optionalLin Jian2023-09-06
| | | | | | | 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.
* nongnu-packages: updated 2023-08-26 (from overlay)Anderson Torres2023-08-29
|
* melpa-packages: updated 2023-08-26 (from overlay)Anderson Torres2023-08-29
|
* elpa-devel-packages: updated 2023-08-26 (from overlay)Anderson Torres2023-08-29
|
* elpa-packages: updated 2023-08-26 (from overlay)Anderson Torres2023-08-29
|
* emacsPackages.pikchr-mode: replace programDaniel Nagy2023-08-27
|
* emacsPackages.typst-mode: replace programDaniel Nagy2023-08-26
|
* elpa-devel-packages: build xeft dynamic moduleAnthony Cowley2023-08-24
| | | | Build the native dynamic module required by the xeft package for Emacs.
* elpa-packages: build xeft dynamic moduleAnthony Cowley2023-08-24
| | | | Build the native dynamic module required by the xeft package for Emacs.
* emacsPackages.consult-gh: init at 20230706.438Anderson Torres2023-08-15
|
* emacsPackages.power-mode: removeAnderson Torres2023-08-15
| | | | Because it was MELPA'd.
* emacs.pkgs.eglot: build info manualLin Jian2023-08-08
|
* nongnu-packages: updated 2023-08-06 (from overlay)Anderson Torres2023-08-08
|
* melpa-packages: updated 2023-08-06 (from overlay)Anderson Torres2023-08-08
|
* elpa-devel-packages: updated 2023-08-06 (from overlay)Anderson Torres2023-08-08
|
* elpa-packages: updated 2023-08-06 (from overlay)Anderson Torres2023-08-08
|
* treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski2023-08-03
| | | | appropriate, part 1: trivial cases
* emacsPackages.tsc: adapt update script to new nix-prefetch-githubTheodore Ni2023-07-18
| | | | | | The update script seems to have been broken already. More work needs to be done to fix it. In the meantime, this PR also takes the opportunity to switch to using newer "hash" and "cargoHash" attributes.
* emacsPackages.ebuild-mode: 1.64 -> 1.65R. Ryantm2023-07-13
|
* emacsPackages.ebuild-mode: 1.63 -> 1.64R. Ryantm2023-06-19
|
* Update elpa-devel-generatedBrian Leung2023-06-15
|
* Update emacs2nixBrian Leung2023-06-15
|
* nongnu-packages: updated 2023-06-11 (from overlay)Anderson Torres2023-06-11
|
* nongnu-packages: updated 2023-06-10 (from overlay)Anderson Torres2023-06-11
|
* melpa-packages: updated 2023-06-11 (from overlay)Anderson Torres2023-06-11
|
* melpa-packages: updated 2023-06-10 (from overlay)Anderson Torres2023-06-11
|
* elpa-devel-packages: updated 2023-06-11 (from overlay)Anderson Torres2023-06-11
|
* elpa-packages: updated 2023-06-11 (from overlay)Anderson Torres2023-06-11
|
* elpa-packages: updated 2023-06-10 (from overlay)Anderson Torres2023-06-11
|
* emacs.pkgs.sunrise-commander: refactorAnderson Torres2023-06-11
|
* emacs update-from-overlay: include elpa-develAnderson Torres2023-06-11
|
* emacsPackages.beancount: init at 20230205.436Brian Ryall2023-06-10
|
* lsp-bridge: 20230603.345 -> 20230607.135Kira Bruneau2023-06-07
|
* Merge pull request #235994 from marsam/refactor-emacs.pkgs.treesit-grammarsDamien Cassou2023-06-06
|\