about summary refs log tree commit diff
path: root/pkgs/build-support/emacs/wrapper.nix
AgeCommit message (Expand)AuthorFilesLines
2023-03-15emacs: Add basic tree-sitter support (#219559)Chris Hodapp1-0/+11
2022-07-11emacsWithPackages: Rely on package.el for autoloadsThomas Tuegel1-15/+2
2022-04-22emacsWrapper: add missing variable substitutions to Darwin appMario Rodas1-0/+2
2022-04-19emacsWrapper: fix mishandling of empty package listDaniel Nagy1-0/+7
2022-04-17emacsWrapper: preload autoloadsDaniel Nagy1-2/+7
2021-11-14emacs: resolve wrapper load-path at build timeRobert Helgesson1-2/+7
2021-08-04Merge pull request #130021 from neosimsim/fix-emacs-override-examplesadisbladis1-1/+1
2021-07-12emacs: fix overrideScope' examplesAlexander Ben Nasrallah1-1/+1
2021-06-23Add gcc for emacs wrapper so native-comp worksMatthew Bauer1-2/+5
2021-05-06emacs: adapt to renamed native-comp variablesMauricio Collares1-2/+2
2021-02-25emacsWithPackages: prevent the UI showing prematurely during startupmidchildan1-1/+7
2021-01-13treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withP...adisbladis1-7/+7
2021-01-08emacs: fix accidental double wrapper (Darwin)Alyssa Ross1-4/+0
2020-12-20emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'Matthieu Le brazidec (r3v2d0g)1-1/+1
2020-12-17emacs: Fix accidental double wrappingadisbladis1-5/+0
2020-12-16emacs: Add comp-eln-load-path infrastructureTad Fisher1-1/+35
2020-12-12emacsWithPackages: fix application wrapper on darwinMario Rodas1-3/+3
2020-12-10emacsWithPackages: mutate EMACSLOADPATH correctlyAlyssa Ross1-4/+12
2020-06-02Fix building of emacsWithPackages not findind subdirs.elDwarfMaster1-1/+1
2019-09-18emacs: use runCommand to generate wrapperRobert Helgesson1-103/+106
2019-08-30emacsPackages: Drop old emacsPackages (non-NG) setsadisbladis1-2/+2
2019-02-02emacs: Link subdirs.el into emacs-packages-depsMohammed Yaseen Mowzer1-4/+8
2018-09-24lib: Make `overrideScope'` which takes arguments in the conventional orderJohn Ericson1-1/+1
2018-01-31Add setFunctionArgs lib function.Shea Levy1-1/+1
2018-01-04Fix emacsWithPackages after 7f3ca3e21a22fd3101b40cadb86899542dec2e35.Shea Levy1-1/+35
2017-08-04Fix emacs wrapper expression to honor bash array useMichael Alan Dorman1-1/+2
2017-05-20emacsWithPackages: wrap MacOS appMatthew Bauer1-0/+13
2017-05-02Fix documentation of emacsWithPackagesUtku Demir1-1/+1
2016-09-27emacsWrapper: remove site-start.elcNicolas Dudebout1-1/+2
2016-08-19Revert "Merge pull request #17806 from matthewbauer/emacs-wrapper"Thomas Tuegel1-6/+2
2016-08-17emacs: add versatile "emacsWrapper"Matthew Bauer1-2/+6
2016-05-12emacs: hide wrapper dependenciesSamuel Rivas1-51/+53
2016-04-03emacsWithPackages: reduce some duplicationSamuel Rivas1-9/+11
2016-04-03emacsWithPackages: move bin and site-lisp to private share directorySamuel Rivas1-9/+13
2016-01-20emacsWithPackages: link packages into single load-pathThomas Tuegel1-29/+29
2016-01-20emacsWithPackages: defer loading package.elThomas Tuegel1-6/+4
2016-01-20emacsWithPackages: use local variables correctlyThomas Tuegel1-1/+1
2015-12-19emacsWithPackages: add user documentationThomas Tuegel1-0/+34
2015-12-19emacsWithPackages: know its own package setThomas Tuegel1-3/+10
2015-05-17emacsWithPackages: install support filesThomas Tuegel1-0/+6
2015-04-23emacsWithPackages: don't call package-initializeThomas Tuegel1-2/+0
2015-04-21add emacsWithPackagesThomas Tuegel1-0/+73