Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-11 | move emacs files from .emacs.d to . | 1 | -0/+0 | ||
this repository's root will be ~/.emacs.d (again) from now on | |||||
2020-04-11 | delete old config files | 11 | -2083/+4 | ||
- compton - dunst - i3status - sway - swaylock - ncmpcpp - pigeonhole | |||||
2020-04-11 | move scripts from ~/.local/bin to rc.org | 10 | -186/+248 | ||
2020-04-11 | move non-emacs configs to rc.org | 36 | -1174/+1499 | ||
2020-04-11 | emacs/eshell: restore mistakenly deleted custom eshell prompt | 1 | -0/+15 | ||
2020-04-11 | emacs: delete many unused and/or disabled packages | 1 | -238/+2 | ||
including: - exec-path-from-shell: does not seem necessary anymore - web-mode: i use the built-in mhtml-mode now - java-related things - bbdb: i've been using ebdb and happy with it | |||||
2020-04-10 | emacs: try setting a smaller gc-cons-threshold initially | 1 | -1/+1 | ||
doesn't seem to have an adverse effect on emacs-init-time | |||||
2020-04-10 | msmtp: update gnu and shemshak tls fingerprints | 1 | -2/+2 | ||
2020-03-31 | shell: prevent crashing of non-Guix apps on foreign distros | 1 | -0/+1 | ||
2020-03-31 | scattered updates | 8 | -20/+21 | ||
2020-03-30 | isync: fix account username | 1 | -1/+1 | ||
2020-03-29 | getmail,msmtp: small account-related updates | 2 | -7/+5 | ||
2020-03-23 | guix,getmail,emacs: update username and mail address | 3 | -8/+8 | ||
2020-03-19 | emacs: erc: remove moznet; rip | 1 | -2/+0 | ||
2020-03-19 | update gnu address | 3 | -13/+13 | ||
2020-03-13 | msmtp: update fp tls fingerprint, emacs: minor tweaks | 2 | -7/+6 | ||
2020-03-13 | emacs: add current exwm workspace number to mode-line | 1 | -1/+10 | ||
2020-03-13 | guix: break down monolithic profile into multiple smaller profiles | 6 | -13/+42 | ||
super useful for decoupling larger packages like icecat, libreoffice, and texlive from the rest of mostly-smaller packages, so i could easily `guix pull' and update the smaller ones as frequently as i like | |||||
2020-02-06 | emacs: add binding for guix-patches debbugs | 1 | -4/+9 | ||
2020-02-06 | getmail: keep mail around on fp for a day, just to be safe | 1 | -3/+3 | ||
2020-02-06 | emacs: use emacs's own mhtml-mode rather than web-mode, disable typo | 1 | -10/+9 | ||
2020-02-01 | emacs: add binding for eww, and only use typo-mode in web-mode | 1 | -2/+2 | ||
2020-01-29 | emacs: time: drop comma between day and hour in display-time-format | 1 | -1/+1 | ||
2020-01-29 | emacs: bump year in thankgnu yasnippets | 2 | -2/+2 | ||
2020-01-29 | emacs: yasnippet: add some more convenience snippets for latex-mode | 5 | -0/+25 | ||
2020-01-28 | dunst: ignore low urgency notifications from history for now | 1 | -0/+1 | ||
otherwise, recalling notifications from history seems to only display those with low urgency, in v1.4.1 | |||||
2020-01-28 | dunst: various tweaks to the configuration | 1 | -9/+9 | ||
- font - history length - dmenu - browser - mouse click actions - no timeouts | |||||
2020-01-27 | emacs: smart-mode-line: don't make fixed-width fills | 1 | -0/+2 | ||
this bothered me forever. it's *super* annoying on low-resolution screens, especially with horizontal splits (side by side) where the effective width of the mode-line for each window is considerably smaller than the display's width | |||||
2020-01-27 | emacs: tweak some bindings | 1 | -4/+4 | ||
2020-01-27 | emacs: set eww-download-directory to $XDG_DOWNLOAD_DIR | 1 | -1/+7 | ||
2020-01-27 | xdg: export various XDG_*_DIR variables | 1 | -0/+6 | ||
2020-01-27 | guix: add (sudo-less) light | 2 | -0/+2 | ||
landed fcb510c541e83291ea6682cba87020a913c64914 in guix.git so one can set brightness using light without sudo | |||||
2020-01-26 | emacs: exwm: i use icecat now | 1 | -1/+1 | ||
2020-01-26 | emacs: make my theme change functions more robust | 1 | -2/+4 | ||
only call sml/apply-theme if smart-mode-line is available | |||||
2020-01-26 | exwm: swap out amixer for pamixer, at least for the time being | 1 | -3/+3 | ||