about summary refs log tree commit diff
path: root/modules/workstation
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* modules/emacs: add --no-gpg-sign to magitAlyssa Ross2020-10-01
|
* modules/emacs: enable hidden magit commandsAlyssa Ross2020-10-01
|
* modules/emacs: remove unnecessary mode argumentsAlyssa Ross2020-09-29
|
* modules/castnow: initAlyssa Ross2020-09-29
|
* 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
|
* modules/emacs: install meson-modeAlyssa Ross2020-09-29
|
* modules/emacs: install go-modeAlyssa Ross2020-09-29
|
* modules/alacritty: set font size to 11Alyssa Ross2020-09-29
| | | | This matches the font size in Emacs I spent a lot of time choosing.
* modules/dict: switch to WiktionaryAlyssa Ross2020-09-29
| | | | | | Wiktionary has English to every language. It's not a substitute for converting _from_ non-English languages, but I couldn't do that anyway.
* modules/documentation: install Wayland man pagesAlyssa Ross2020-08-23
|
* modules/workstation: globally install qemuAlyssa Ross2020-08-23
|
* modules/gnupg: don't override SSH_AUTH_SOCK if setAlyssa Ross2020-08-23
| | | | This fixes SSH agent forwarding.
* modules/alacritty: fix deprecation warningsAlyssa Ross2020-08-22
| | | | | The names of these have changed. I don't actually need these to vary from the defaults anyway, so let's just delete them.
* modules/sway: rearrangeAlyssa Ross2020-08-22
| | | | This was getting quite difficult to read.
* modules/swaylock: show failed password attemptsAlyssa Ross2020-08-22
|
* modules/swaylock: init; set background to sway'sAlyssa Ross2020-08-22
|
* modules/sway: rebind kill to $mod+BackSpaceAlyssa Ross2020-08-22
| | | | | | | Inspired by Ethan Schoonover's XMonad setup[1][2]. [1]: https://invidio.us/watch?v=70IxjLEmomg [2]: https://github.com/altercation/dotfiles-tilingwm/blob/31e23a75eebdedbc4336e7826800586617d7d27d/.xmonad/xmonad.hs#L1250
* modules/hardware: install brightnessctlAlyssa Ross2020-08-20
|
* modules/emacs: add global magit keybindingsAlyssa Ross2020-08-20
|
* modules/emacs: install cmake-modeAlyssa Ross2020-08-17
|
* modules/emacs: remove projectileAlyssa Ross2020-08-17
| | | | | It turns out everything I want from projectile is already covered by the built-in project.el.
* modules/emacs: use conf-unix-mode for quirks filesAlyssa Ross2020-08-15
| | | | These are libinput device-specific configuration files.
* modules/libinput: init with eve trackpad quirksAlyssa Ross2020-08-15
|
* modules/emacs: monokaiAlyssa Ross2020-08-15
|
* modules/emacs: move init file to XDG_CONFIG_HOMEAlyssa Ross2020-08-15
| | | | | early-init.el has to be here anyway, so init.el might as well be too, for symmetry.
* modules/emacs: set user-emacs-directory earlyAlyssa Ross2020-08-15
| | | | | This will prevent a warning on startup that $XDG_CONFIG_HOME/.emacs.d isn't writable.
* modules/emacs: install rainbow-delimitersAlyssa Ross2020-08-15
|
* modules/emacs: byte-compile default.elAlyssa Ross2020-08-15
|
* modules/emacs: use emacs-pgtkAlyssa Ross2020-08-15
|
* modules/emacs: don't indent Rust with tabsAlyssa Ross2020-08-15
|
* modules/sway: make status_command output directoryAlyssa Ross2020-08-15
| | | | | | Putting the status_command program at $out will mean that its store path shows up in ps, which makes it difficult to scan. So make $out a directory, with the status command inside it.
* modules/emacs: install rust-modeAlyssa Ross2020-08-15
|