summaryrefslogtreecommitdiff
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* xdg: Set Firefox to be the default browserThomas Voss 2023-08-111-0/+7
| | | | | | Despite $BROWSER being set to ‘firefox’, ‘xdg-open’ still uses Chromium to open links by default. I don’t want that as I only use Chromium for testing purposes.
* emacs: Add missing ‘orderless’ configurationThomas Voss 2023-08-111-0/+10
| | | | | For some reason this code block was just… missing. I must have accidentally deleted it before the genesis commit.
* emacs: Disable tab indentation for ‘org-mode’Thomas Voss 2023-08-111-0/+1
|
* emacs: Use default indent-settings if none givenThomas Voss 2023-08-111-15/+8
| | | | | | Now you can totally omit ‘:width’ or ‘:tabs’ when setting ‘mm-indentation-settings’. If they’re unset then we default to the default settings of ‘tab-width’ and ‘indent-tabs-mode’.
* emacs: Define ‘backup-directory-alist’Thomas Voss 2023-08-111-3/+7
| | | | This should assist in getting all those *~ files out of the way
* emacs: Use ‘x’ instead of ‘_’ in ‘mm-for-each’Thomas Voss 2023-08-111-7/+7
| | | | | Emacs will issue warnings if I actually use the ‘_’ variable since it’s meant to be used for unused vars. I did not know that lol.
* emacs: Ignore autogenerated backupsThomas Voss 2023-08-111-0/+5
|
* emacs: Use ‘load-theme’ to load themesThomas Voss 2023-08-111-2/+2
| | | | | This allows for the passing of the ‘t’ parameter, which avoids me needing to deal with the whole ‘is this font safe?’ prompt.
* emacs: Remove extra parenThomas Voss 2023-08-111-1/+1
|
* emacs: Add initial configurationThomas Voss 2023-08-112-0/+916