aboutsummaryrefslogtreecommitdiff
path: root/config/emacs/default.nix
Commit message (Collapse)AuthorAge
* move emacs overlay into package definitionKenny Ballou2021-09-03
| | | | | | | | Instead of creating an overlay for emacs and installing the overlay package, create a package definition and use home-manager `programs.emacs` to install into system environment. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: create early-init.el fileKenny Ballou2021-04-12
| | | | | | | | | Create an `early-init.el` file for emacs. A lof of scaffolding is created from [vdemeester's config][0]. [0]: https://git.sr.ht/~vdemeester/home/tree/master/item/tools/emacs/early-init.el Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: lsp: add GoogleStyles xml and LSP configurationKenny Ballou2021-04-06
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: add nxml schemas.xml for validationKenny Ballou2020-12-15
| | | | | | | | | | This uses examples and rnc files from [Torstein's][0] dotfiles and from the [nixos manual on emacs][1]. [0]: https://github.com/skybert/my-little-friends/blob/master/emacs/.emacs.d/schemas.xml [1]: https://nixos.org/manual/nixos/stable/index.html#sec-emacs-docbook-xml Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* dots: now for something completely differentKenny Ballou2020-12-15
Use home-manager to configure user packages, dotfiles, and various other configurations. Add home-manager configuration for installing and managing user packages and profiles. Convert nearly all configuration to use home-manager to install and link configuration files. In no particular order of reference, I've used and/or referenced the following configurations and posts for this homeification: [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]]. [0]: https://gitlab.com/NobbZ/nix-home-manager-dotfiles [1]: https://www.malloc47.com/migrating-to-nixos/ [2]: https://lucperkins.dev/blog/home-manager/ [3]: https://github.com/jwiegley/nix-config [4]: https://www.thedroneely.com/posts/declarative-user-package-management-in-nixos/ [5]: https://hugoreeves.com/posts/2019/nix-home/ [6]: https://rycee.gitlab.io/home-manager/ [7]: https://rycee.net/posts/2017-07-02-manage-your-home-with-nix.html [8]: https://github.com/abcdw/rde [9]: https://github.com/ryantm/dotfiles [10]: https://git.sr.ht/~vdemeester/home Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>