aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/emacs.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat(emacs): Add ‘org-modern’ configurationGravatar Tom Willemse2024-04-191-3/+44
|
* Add ‘ace-link-notmuch’ package and configurationGravatar Tom Willemse2024-01-281-1/+46
|
* Fix typo for integration between Emacs and vtermGravatar Tom Willemse2024-01-161-2/+2
|
* Configure ‘emacs-vterm’ through GuixGravatar Tom Willemse2024-01-071-2/+97
|
* Add Emacs Pinentry configurationGravatar Tom Willemse2023-11-081-4/+63
|
* Add golden-ratio to Emacs configurationGravatar Tom Willemse2023-10-121-2/+43
|
* Add ‘ace-link’-specific settingsGravatar Tom Willemse2023-10-031-2/+30
|
* Add ace-link to my Emacs configurationGravatar Tom Willemse2023-09-281-3/+39
|
* Add eros to my Emacs configurationGravatar Tom Willemse2023-09-271-2/+40
|
* Add some more of my Emacs packages to my configGravatar Tom Willemse2023-09-141-2/+40
|
* Fix typoGravatar Tom Willemse2023-08-291-1/+1
|
* Add emacs-yasnippet-capf to my configurationGravatar Tom Willemse2023-08-291-1/+40
|
* Add configuration for emacs-helpfulGravatar Tom Willemse2023-08-291-3/+51
|
* Add ‘emacs-oni-hy’Gravatar Tom Willemse2023-07-141-4/+13
| | | | | | | | | I just added a configuration for programming in Hy. This is the first step for moving more of my Emacs configuration into guix home. Instead of adding the autoload for ‘oni-hy’ in the ‘oni-core’ package, I've added it directly to my Guix configuration. In the future I'll want to change this so that each package gets its own configuration and also extends my Emacs configuration so that it automatically adds these autoloads when I add a package.
* Add Emacs configurationGravatar Tom Willemse2023-03-171-3/+11
|
* Clean up import for (oni home services emacs)Gravatar Tom Willemse2023-03-171-7/+17
|
* Update rincewind configurationGravatar Tom Willemse2022-10-041-0/+46
- Sort all use-module directives - Remove ‘gcc-toolchain’ from the installed packages because it appears that the regular emacs-next (not from a git checkout) works fine without it. - Add ‘emacs-org-roam’ and ‘emacs-vterm’ packages because they both come with C modules and installing them on-the-fly in Emacs wasn't working properly. - Add ‘fakeroot’ package because it appears to be needed now that I'm using guix-home if I want to build packages for Archlinux. This still happens when I need to install some proprietary program from the AUR. - Add an Emacs configuration service. For now this just ensures that the ‘emacs-next’ package is installed and creates a shepherd service that starts Emacs when I log in. - Change the default run dialog from ‘rofi -show run’ to ‘rofi -show drun’ to run .desktop files. This offers more control over what does and doesn't show up in the list and allows me to put only stuff in there that actually works in a graphical environment.