| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't use ‘add-zsh-hook’ for setting up vterm | 2024-08-15 | 1 | -2/+4 | ||
| | | | | | | It seems that the ‘autoload’ and ‘add-zsh-hook’ calls somehow interfered with the later setup of the ‘zsh-autosuggestions’. | |||||
| * | Add configuration for icecat | 2024-07-04 | 2 | -1/+106 | ||
| | | ||||||
| * | Set wallpaper when stumpwm starts | 2024-07-01 | 1 | -0/+2 | ||
| | | | | | | | This depends on ‘feh’ being installed and the wallpaper existing. I'll want to update it to actually depend on the ‘feh’ package and to download the wallpaper package from somewhere else. | |||||
| * | Fix stumpwm packages | 2024-07-01 | 1 | -1/+0 | ||
| | | | | | | | | | The latest ‘stumpwm’ package has removed the “lib” output. All things using the ‘stumpwm:lib’ output need to switch to just using ‘stumpwm’. I've added the ‘stumpwm+swank’ package definition because in my package repository it depends on ‘stumpwm:lib’ and this way I can update it more easily. | |||||
| * | Remove rounded corners around the stumpwm modeline | 2024-07-01 | 3 | -0/+25 | ||
| | | | | | | | | | | | | - Redefine the ‘stumpwm::make-mode-line-window’ function to set the ‘_NET_WM_WINDOW_TYPE’ property to ‘_NET_WM_WINDOW_TYPE_DOCK’ so that it can be matched by window type. - Specify that for picom any “dock” type windows should be excluded from getting rounded corners. - Add ‘rounded-corners-exclude’ initializer for the ‘home-picom-configuration’. | |||||
| * | Add mpdscrobble service | 2024-06-19 | 2 | -3/+50 | ||
| | | ||||||
| * | Move all mpd-related packages into (oni packages mpd) | 2024-06-19 | 2 | -2/+2 | ||
| | | ||||||
| * | Remove unused package | 2024-06-19 | 1 | -3/+0 | ||
| | | ||||||
| * | Add my PHP config for Emacs | 2024-06-19 | 1 | -1/+3 | ||
| | | ||||||
| * | fix: oni channel url | 2024-04-19 | 1 | -1/+1 | ||
| | | ||||||
| * | feat(emacs): Add ‘org-modern’ configuration | 2024-04-19 | 2 | -4/+47 | ||
| | | ||||||
| * | Automatically add ssh keys to ssh-agent when first used | 2024-04-07 | 1 | -0/+1 | ||
| | | ||||||
| * | Call inkplate-display directly instead of through herd | 2024-04-07 | 1 | -2/+2 | ||
| | | | | | | It doesn't seem to be running correctly at night, so maybe calling it directly will work better than calling it through ‘herd’. | |||||
| * | Add ssh-agent configuration | 2024-04-07 | 1 | -2/+5 | ||
| | | | | | | gpg-agent wasn't working when trying to set up an ssh-agent, so use regular ssh-agent instead. | |||||
| * | Remove custom company package | 2024-04-07 | 1 | -15/+10 | ||
| | | | | | | | | | | The changes I made to the package have been accepted upstream, so I don't need to maintain my own anymore. Commit: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55c94d68df Discussion: https://issues.guix.gnu.org/68839 | |||||
| * | Add ‘emacs-oni-git-commit’ to my profile | 2024-04-05 | 1 | -1/+3 | ||
| | | ||||||
| * | Add nginx-mode for Emacs | 2024-04-04 | 1 | -1/+3 | ||
| | | ||||||
| * | Add oni-python configuration | 2024-04-04 | 1 | -1/+3 | ||
| | | ||||||
| * | Install Fennel-mode into my Emacs | 2024-02-05 | 1 | -1/+3 | ||
| | | ||||||
| * | Fix GPG in Emacs | 2024-02-05 | 1 | -0/+8 | ||
| | | ||||||
| * | Add my yaml-mode configuration for Emacs | 2024-02-05 | 2 | -1/+4 | ||
| | | ||||||
| * | Add ‘tym’ package | 2024-01-30 | 1 | -1/+5 | ||
| | | | | | | Tym is a terminal emulator that can be configured through Lua, which means it can be configured through Fennel. | |||||
| * | Add custom ‘emacs-company’ package, remove custom ↵ | 2024-01-30 | 1 | -14/+15 | ||
| | | | | | | | | | | | | | ‘emacs-notmuch’ The custom ‘emacs-notmuch’ package isn't necessary anymore since my patch was submitted[1] The custom ‘emacs-company’ fixes some issues with icons and images not loading while installed with Guix. [1]: https://issues.guix.gnu.org/68667 | |||||
| * | Add ‘ace-link-notmuch’ package and configuration | 2024-01-28 | 2 | -1/+51 | ||
| | | ||||||
| * | Add another keybinding for my footpedal | 2024-01-16 | 1 | -0/+2 | ||
| | | ||||||
| * | Remove unnecessary and unwanted visual effects | 2024-01-16 | 1 | -24/+3 | ||
| | | ||||||
| * | Fix imports for emacs-outli | 2024-01-16 | 2 | -5/+3 | ||
| | | ||||||
| * | Fix typo for integration between Emacs and vterm | 2024-01-16 | 1 | -2/+2 | ||
| | | ||||||
| * | Add mcron service that runs inkplate-display at midnight | 2024-01-16 | 1 | -1/+14 | ||
| | | ||||||
| * | Remap some keys in StumpWM for my foot pedal | 2024-01-16 | 1 | -2/+19 | ||
| | | ||||||
| * | Disable broken service | 2024-01-07 | 1 | -1/+4 | ||
| | | | | | | The service itself isn't actually broken, but the ‘mpv-mpris’ package couldn't compile when I tried. | |||||
| * | Configure ‘emacs-vterm’ through Guix | 2024-01-07 | 2 | -7/+103 | ||
| | | ||||||
| * | Change data configuration | 2023-12-19 | 1 | -72/+202 | ||
| | | | | | | | - Replace Herbstluftwm with Sawfish WM. - Install Emacs through Guix. | |||||
| * | Add ‘GDK_CORE_DEVICE_EVENTS’ | 2023-12-07 | 1 | -0/+2 | ||
| | | | | | This allows Emacs to accept remapped keys from Stumpwm. | |||||
| * | Add Emacs Pinentry configuration | 2023-11-08 | 2 | -5/+66 | ||
| | | ||||||
| * | Add gpg-agent to Guix | 2023-11-07 | 1 | -1/+10 | ||
| | | ||||||
| * | Update module import | 2023-11-07 | 1 | -1/+1 | ||
| | | | | | | | Dunst was moved from the ‘(gnu packages dunst)’ module to the ‘(gnu packages wm)’ module in commit bf6fdf76b0fe19cbf5787795caac8edab6eeb439 of the Guix repository. | |||||
| * | Add emacs-syncthing-status | 2023-11-07 | 1 | -1/+3 | ||
| | | ||||||
| * | Add MSMTP configuration | 2023-11-06 | 1 | -3/+36 | ||
| | | ||||||
| * | Make the dashboard wiki page loading asynchronous | 2023-10-13 | 1 | -15/+24 | ||
| | | ||||||
| * | Add a random EmacsWiki page to my dashboard | 2023-10-12 | 1 | -0/+23 | ||
| | | ||||||
| * | Add a random note from my Roam database to the dashboard | 2023-10-12 | 2 | -1/+51 | ||
| | | ||||||
| * | Add autokey and copyq services | 2023-10-12 | 3 | -1/+122 | ||
| | | ||||||
| * | Add golden-ratio to Emacs configuration | 2023-10-12 | 2 | -3/+46 | ||
| | | ||||||
| * | Add mpv and mpv-mpris services | 2023-10-08 | 2 | -4/+108 | ||
| | | ||||||
| * | Add ‘ace-link’-specific settings | 2023-10-03 | 2 | -4/+37 | ||
| | | ||||||
| * | Add custom emacs-notmuch package | 2023-09-29 | 1 | -4/+8 | ||
| | | | | | | | This fixes a bug that exists in the package that the Notmuch logo doesn't show up in notmuch-hello. I'll try and make a couple of other changes before opening a pull request back to Guix to fix it. | |||||
| * | Add ace-link to my Emacs configuration | 2023-09-28 | 2 | -4/+42 | ||
| | | ||||||
| * | Add keybindings for managing dunst in stumpwm | 2023-09-27 | 1 | -0/+11 | ||
| | | ||||||
| * | Add eros to my Emacs configuration | 2023-09-27 | 2 | -3/+43 | ||
| | | ||||||
