about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* modules/emacs: fix recent customisationsAlyssa Ross2020-10-09
| | | | | | | | | I need to remember to start up a fresh Emacs and everything looks okay after changing init.el. Both of these don't work if they're evaluated too early, and dired-listing-switches wasn't being interpreted as a variable reference, but as a stringp.
* modules/emacs: don't hardcode home directoryAlyssa Ross2020-10-09
|
* modules/emacs: install zig-modeAlyssa Ross2020-10-09
|
* modules/emacs: use human-readable sizes in DiredAlyssa Ross2020-10-09
|
* modules/emacs: use kernel style for CAlyssa Ross2020-10-09
|
* patches/youtube-dl: fix bandcampAlyssa Ross2020-10-09
|
* modules/ssh: add NixCon hostsAlyssa Ross2020-10-06
|
* modules/emacs: install dockerfile-modeAlyssa Ross2020-10-06
|
* modules/sway: also apply Firefox rules to NightlyAlyssa Ross2020-10-06
|
* modules/emacs: update direnv with C-c dAlyssa Ross2020-10-06
| | | | | | Using Lorri means the first direnv load usually won't actually load the right environment, so it's important to be able to update it easily once Lorri has asynchronously updates the environment.
* modules/emacs: try to speed up long linesAlyssa Ross2020-10-05
| | | | | Suggestions from <https://200ok.ch/posts/2020-09-29_comprehensive_guide_on_handling_long_lines_in_emacs.html>.
* modules/emacs: install eglotAlyssa Ross2020-10-01
|
* modules/emacs: install direnvAlyssa Ross2020-10-01
|
* emacsPackages.libgit: Fix buildadisbladis2020-10-01
| | | | (cherry picked from commit fa1272e956c54fa813790c9340e4d3cb3784a891)
* emacsPackages.orgit-forge: override build inputs to include GitBrian Leung2020-10-01
| | | | (cherry picked from commit bea26371b5ac54cdf4e7610591e11ccbf3681ed0)
* emacs: emacs26 -> emacs27adisbladis2020-10-01
| | | | | | The attribute names were wrong (cherry picked from commit d339f8379d14e25e29206b945787ec010047f08d)
* emacs25: Drop outdated versionadisbladis2020-10-01
| | | | (cherry picked from commit 13276abce97fae047ff42604646c0fca58338de9)
* emacsPackages.org-packages: 2020-08-19Jörg Thalheim2020-10-01
| | | | (cherry picked from commit 5f74bb1eac68ec4c6f7438b2887686c4211dd99d)
* emacsPackages.elpa-packages: 2020-08-19Jörg Thalheim2020-10-01
| | | | (cherry picked from commit d5acb85b09e044886486f9e1c45ef1d01590c13d)
* modules/emacs: add --no-gpg-sign to magitAlyssa Ross2020-10-01
|
* modules/emacs: enable hidden magit commandsAlyssa Ross2020-10-01
|
* modules/zsh: configure direnvAlyssa Ross2020-09-29
|
* modules/zsh: disable share_historyAlyssa Ross2020-09-29
| | | | | I find it useful to be able to look through the history of a shell to remind myself what I was using that shell for.
* modules/emacs: remove unnecessary mode argumentsAlyssa Ross2020-09-29
|
* modules/castnow: initAlyssa Ross2020-09-29
|
* castnow: expose at top levelAlyssa Ross2020-09-29
| | | | | | | This is an application, so should be at the top level and not exposed only via the language it's implemented in. (cherry picked from commit 9216b44df25e32f205b2a4f3c386eccaeee2ad65)
* modules/emacs: set uniquify-buffer-name-styleAlyssa Ross2020-09-29
| | | | I find the "forward" style much easier to understand.
* modules/emacs: enable electric-pair-modeAlyssa Ross2020-09-29
|
* modules/emacs: set magit-repository-directoriesAlyssa Ross2020-09-29
|
* modules/emacs: collapse C-x C-b rebind to one lineAlyssa Ross2020-09-29
| | | | | There's little enough going on here that we can squeeze it into a single line.
* modules/emacs: enable show-paren-modeAlyssa Ross2020-09-29
|
* modules/emacs: enable column-number-modeAlyssa Ross2020-09-29
|
* modules/emacs: save-some-buffers isn't from MagitAlyssa Ross2020-09-29
| | | | So this code should be in its own section.
* modules/emacs: add revert opt to "Save file ...?"Alyssa Ross2020-09-29
| | | | | | | | This prompt is generated by magit when doing some git operations (including magit-status) when there are unsaved buffers in the repository. Often unsaved buffers are just ones that I typed a character in my mistake and didn't mean to edit, so it's convenient to be able to discard the changes directly from the prompt.
* modules/alacritty: remove quit keybindingsAlyssa Ross2020-09-29
| | | | | | These are way too easy to hit accidentally. More recent versions of the Alacritty default config move these to be macOS only, so they were probably never intended for Linux anyway.
* modules/emacs: bind C-x C-b to ibufferAlyssa Ross2020-09-29
|
* patches/firefox: apply XDG patch to ESR tooAlyssa Ross2020-09-29
|
* thunderbird: 78.3.0 -> 78.3.1Vladimír Čunát2020-09-29
| | | | | | | It's supposed to fix just a frequent crash. https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/ (cherry picked from commit 9127ee59cd8614f6aef2ede95784fb2a6f3ff7fa)
* thunderbird: 78.2.2 -> 78.3.0taku02020-09-29
| | | | (cherry picked from commit de309756f304fffdc86b133d3c87628c49658616)
* firefox-esr: 78.2.0esr -> 78.3.0esrtaku02020-09-29
| | | | (cherry picked from commit 2460e0e6cd3e9da562247d586a8f734b1ccad0dd)
* firefox: 80.0.1 -> 81.0taku02020-09-29
| | | | (cherry picked from commit 0669cd9d3f34e78c214892aec7ab40e514556857)
* thunderbird.meta.maintainers: add myselfVladimír Čunát2020-09-29
| | | | | | | I've been keeping an eye on it anyway, and the current meta.maintainers don't seem to be active around thunderbird. (cherry picked from commit d33267c6399d69709804c137b95773e710b50ed8)
* thunderbird-78: fix #97994: broken UI in 78.2.2Vladimír Čunát2020-09-29
| | | | (cherry picked from commit 114202e369150a0d202103bcb6c92b21058d3db8)
* firefox: enable pipewire+webrtc for wayland usersCole Mickens2020-09-29
| | | | (cherry picked from commit 31e54cdde34073b3b83e9fca4434cb0cedcb2829)
* thunderbird: 78.2.1 -> 78.2.2taku02020-09-29
| | | | (cherry picked from commit 5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b)
* firefox-esr-68: dropajs1242020-09-29
| | | | (cherry picked from commit 264693f9d7e9f2404f4be879caced3574f8aacd9)
* firefox: set build timeout at eight hoursEmery Hemingway2020-09-29
| | | | (cherry picked from commit 51428e8d38271d14146211867984b8742d304ea4)
* firefox: 80.0 -> 80.0.1Stig Palmquist2020-09-29
| | | | (cherry picked from commit bbdb19269a55f3388328611fa582c47c017c5f2a)
* rust-cbindgen: 0.14.3 -> 0.14.4R. RyanTM2020-09-29
| | | | (cherry picked from commit f12217c366cedaf69ec7b1cb51c0be10c16f4dcd)
* thunderbird: 78.2.0 -> 78.2.1taku02020-09-29
| | | | (cherry picked from commit a03bc7cf61dfe6357924649de163d1745182e250)