summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mc: set safe_overwrite=falsefasoloSean Whitton2022-08-11
| | | | | This has been uncommitted on fasolo for a long time, it would seem. I don't know why I added it, but it's not on master so probably only wanted on fasolo?
* mc: layout for inspecting uploadsSean Whitton2022-08-11
| | | | | | | | | There is no right_panel_size configuration key, and we need the quickview of the file to always be wide enough, so have that be the left panel, and mc will ensure is always 85 cols. The right panel is the file list and that will be dynamically resized to the remaining space. Can fullscreen the mc window if temporarily need right panel to be a bit bigger.
* attempt to fix org-agenda-filter-by-tag in 'a' Org-mode agendaSean Whitton2022-08-10
|
* update commentSean Whitton2022-08-10
|
* spw/gnus-notmuch-ephemeral-search: sort by most recent article no.Sean Whitton2022-08-10
|
* run athena movemymail when seeking messages that have just arrivedSean Whitton2022-08-10
| | | | For its imap-dl(1) runs.
* don't include whole threads in interactive searches, remap 'A W'Sean Whitton2022-08-10
|
* rebind k and M-k in Gnus summary buffersSean Whitton2022-08-10
|
* fix notmuch-slurp-debbug in light of 21ccea4c & d87ab668Sean Whitton2022-08-10
|
* set some howm-mode-set-buffer-name settingsSean Whitton2022-08-08
|
* work around Emacs bug#56592 by advising gnus-summary-read-groupSean Whitton2022-08-07
|
* Revert "drop binding mode indicators"Sean Whitton2022-08-07
| | | | This reverts commit 4f6c74d82e062f4f3fb448e0323b7e440faca869.
* NEW review skeletons: enable wrapping around regionSean Whitton2022-08-07
|
* enable copying and opening URLs from foot, inc. copying into EmacsSean Whitton2022-08-07
|
* git-dotfiles-rebase: rebase host-specific branch after signingSean Whitton2022-08-07
|
* Revert "add a Gnus window configuration for non-yanking replies"Sean Whitton2022-08-07
| | | | This reverts commit f086d3be0c0766b4913626ee547bf98b6f4bcf2c.
* Revert "don't skip ~/src/emacs on athena"Sean Whitton2022-08-06
| | | | This reverts commit 1c117c620d1b22418f68798385d30524302bbbce.
* lib/dionysus content now merged into other annexesSean Whitton2022-08-06
|
* movemymail: add imap-dl.gmail downloadSean Whitton2022-08-05
|
* remove X-TUID, Date and User-Agent when resendingSean Whitton2022-08-05
|
* set message-wash-forwarded-subjectsSean Whitton2022-08-05
|
* move %cursor in Howm templatesSean Whitton2022-08-05
|
* incrementally replace #+TITLE: with #+title: in old notesSean Whitton2022-08-05
|
* add spw/org-titleSean Whitton2022-08-05
|
* ensure howm-mode gets turned on within howm-directorySean Whitton2022-08-05
|
* fixed pitch for Org code, verbatim and timestamps tooSean Whitton2022-08-05
|
* fixed pitch for Howm goto and come-from linksSean Whitton2022-08-05
|
* commit script used for first rearrangement ~/doc/{org => howm}Sean Whitton2022-08-05
|
* add initial Howm setup, archive Org-roam config to git historySean Whitton2022-08-05
|
* don't show tasks tagged @Sheffield on erebusSean Whitton2022-08-05
| | | | Replace a reference to a decommissioned host.
* don't check out lib/annex on all workstationsSean Whitton2022-08-01
|
* designate erebus a workstationSean Whitton2022-08-01
|
* add commented log-file setting to gpg-agent.conf as a debugging hintSean Whitton2022-08-01
|
* archive-fmail-to-annex: fix variable used as array referenceSean Whitton2022-07-29
|
* Revert "set highlight-nonselected-windows"Sean Whitton2022-07-24
| | | | This reverts commit b15e9f7f55fb2bcdfc98a59efcf39098160fa704.
* drop binding mode indicatorsSean Whitton2022-07-24
|
* sway-bar: use status_edge_padding rather than an extra space charSean Whitton2022-07-24
|
* slightly simplify searches given recent annex mbox expansion changesSean Whitton2022-07-22
|
* disable Pantalaimon notificationsSean Whitton2022-07-20
|
* retitle pantalaimon.conf server blockSean Whitton2022-07-20
|
* don't have Pantalaimon use the keyringSean Whitton2022-07-20
|
* switch gnus-kill-summary-on-exit back onSean Whitton2022-07-20
|
* set highlight-nonselected-windowsSean Whitton2022-07-20
|
* have '!' and M-u advance to the next messageSean Whitton2022-07-20
|
* make 'd' more consistent between processing and non-processing viewsSean Whitton2022-07-20
|
* spw/gnus-startup-wrapper: add missing defvarSean Whitton2022-07-19
|
* simpler mutt sorting, for the use to which I currently put itSean Whitton2022-07-19
|
* restore slight variant of the fast part of workaround from ec1ce8e8Sean Whitton2022-07-19
| | | | This time use a hook, not advice. Third attempt to work around the bug.
* note that gnus-suppress-duplicates t works around Emacs bug#56592Sean Whitton2022-07-18
|
* Revert "add workaround for Emacs bug#56592"Sean Whitton2022-07-18
| | | | | | | This reverts commit ec1ce8e8592332eb1a21da12b5193086ab9301a8. Turning on Gnus duplicate suppression seems to be sufficient to work around the bug, and it's much faster than this advice.