Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: Limit ‘company’ to ‘conf- and prog-mode’ | Thomas Voss | 2023-08-11 | 1 | -3/+2 |
| | |||||
* | emacs: Do better backups | Thomas Voss | 2023-08-11 | 1 | -3/+15 |
| | |||||
* | emacs: Flatten ‘Miscellaneous Settings’ | Thomas Voss | 2023-08-11 | 1 | -2/+1 |
| | |||||
* | xdg: Add XDG configurations | Thomas Voss | 2023-08-11 | 2 | -0/+16 |
| | |||||
* | xdg: Set Firefox to be the default browser | Thomas Voss | 2023-08-11 | 1 | -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’ configuration | Thomas Voss | 2023-08-11 | 1 | -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-11 | 1 | -0/+1 |
| | |||||
* | emacs: Use default indent-settings if none given | Thomas Voss | 2023-08-11 | 1 | -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-11 | 1 | -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-11 | 1 | -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 backups | Thomas Voss | 2023-08-11 | 1 | -0/+5 |
| | |||||
* | emacs: Use ‘load-theme’ to load themes | Thomas Voss | 2023-08-11 | 1 | -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 paren | Thomas Voss | 2023-08-11 | 1 | -1/+1 |
| | |||||
* | emacs: Add initial configuration | Thomas Voss | 2023-08-11 | 2 | -0/+916 |