Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | emacs: Add ‘python-ts-mode’ to ‘auto-mode-alist’ | Thomas Voss | 2023-08-16 | 1 | -1/+3 | |
| | ||||||
* | emacs: Don’t use ‘rx’ | Thomas Voss | 2023-08-16 | 1 | -2/+2 | |
| | ||||||
* | emacs: Document ‘mango-beframe-kill-frame’ | Thomas Voss | 2023-08-16 | 1 | -0/+2 | |
| | ||||||
* | emacs: Remove TODO under fonts | Thomas Voss | 2023-08-16 | 1 | -1/+1 | |
| | ||||||
* | emacs: Use the wonderful ‘=’ function | Thomas Voss | 2023-08-16 | 1 | -2/+2 | |
| | ||||||
* | emacs: Add a TODO for company | Thomas Voss | 2023-08-16 | 1 | -1/+3 | |
| | ||||||
* | emacs: Use new-style advice | Thomas Voss | 2023-08-16 | 1 | -5/+9 | |
| | ||||||
* | emacs: Remove random deadline | Thomas Voss | 2023-08-16 | 1 | -1/+0 | |
| | | | | Why was this here? | |||||
* | emacs: Use ‘keymap-global-set’ | Thomas Voss | 2023-08-16 | 1 | -3/+4 | |
| | | | | | The ‘global-set-key’ function is made obsolete by the new- and prefered function ‘keymap-global-set’. | |||||
* | emacs: Reformat some code | Thomas Voss | 2023-08-16 | 1 | -5/+7 | |
| | ||||||
* | emacs: Remove the ‘mango-for-each’ macro | Thomas Voss | 2023-08-16 | 1 | -34/+17 | |
| | ||||||
* | emacs: Swap ‘mm-’ for ‘mango-’ | Thomas Voss | 2023-08-16 | 1 | -70/+71 | |
| | | | | | The ‘mm’ namespace is already taken sadly. I could keep using ‘mm’ with little issues I’m sure, but I want to be pedantic here. | |||||
* | emacs: Don’t check if hook is bound | Thomas Voss | 2023-08-16 | 1 | -3/+1 | |
| | | | | | I would like to do this, but it breaks things since the hooks may exist in the future but just not yet. | |||||
* | emacs: Silence native-compilation warnings | Thomas Voss | 2023-08-16 | 1 | -1/+2 | |
| | ||||||
* | emacs: Don’t mess with ‘project-find-file’ | Thomas Voss | 2023-08-16 | 1 | -2/+1 | |
| | ||||||
* | emacs: Add YAML tree-sitter support | Thomas Voss | 2023-08-16 | 1 | -2/+7 | |
| | ||||||
* | emacs: Fix transparency issues | Thomas Voss | 2023-08-15 | 1 | -22/+9 | |
| | ||||||
* | emacs: Auto-create directories with ‘find-file’ | Thomas Voss | 2023-08-15 | 1 | -0/+67 | |
| | ||||||
* | emacs: Properly handle Rust files | Thomas Voss | 2023-08-15 | 1 | -0/+12 | |
| | ||||||
* | emacs: Make frames transparent | Thomas Voss | 2023-08-15 | 1 | -0/+33 | |
| | ||||||
* | emacs: Auto-kill successful compilation buffers | Thomas Voss | 2023-08-15 | 1 | -0/+17 | |
| | ||||||
* | emacs: Add ‘graphviz-dot-mode’ | Thomas Voss | 2023-08-15 | 1 | -1/+3 | |
| | ||||||
* | emacs & ec: Disable ‘calc-mode’ trail | Thomas Voss | 2023-08-14 | 1 | -0/+12 | |
| | ||||||
* | emacs: Add more mu4e contexts | Thomas Voss | 2023-08-14 | 1 | -2/+41 | |
| | ||||||
* | emacs: Fix sending email with mu4e | Thomas Voss | 2023-08-14 | 1 | -1/+6 | |
| | ||||||
* | emacs: Use the ‘beframe’ package | Thomas Voss | 2023-08-14 | 1 | -0/+20 | |
| | ||||||
* | emacs: Use ‘savehist-mode’ | Thomas Voss | 2023-08-14 | 1 | -0/+11 | |
| | ||||||
* | emacs: Add ‘mm-after-load-theme-hook’ | Thomas Voss | 2023-08-13 | 1 | -232/+251 | |
| | ||||||
* | emacs: Use new syntax for ‘mu4e-maildir-shortcuts’ | Thomas Voss | 2023-08-13 | 1 | -5/+5 | |
| | ||||||
* | emacs: Fix maildir folder paths | Thomas Voss | 2023-08-13 | 1 | -9/+9 | |
| | ||||||
* | emacs: ‘after-make-frame-functions’ hooks take arg | Thomas Voss | 2023-08-13 | 1 | -1/+1 | |
| | ||||||
* | emacs: Add basic mu4e config | Thomas Voss | 2023-08-13 | 1 | -0/+34 | |
| | ||||||
* | emacs: Use ‘set’ for variable symbol | Thomas Voss | 2023-08-13 | 1 | -1/+1 | |
| | ||||||
* | emacs: Only add ts hook if mode exists | Thomas Voss | 2023-08-13 | 1 | -3/+3 | |
| | ||||||
* | emacs: Add ‘emmet-mode’ | Thomas Voss | 2023-08-13 | 1 | -0/+12 | |
| | ||||||
* | emacs: Fix ‘css-indent-offset’ variable name | Thomas Voss | 2023-08-13 | 1 | -1/+1 | |
| | ||||||
* | emacs: Don’t remove ‘mm-set-fonts’ hook | Thomas Voss | 2023-08-13 | 1 | -7/+1 | |
| | ||||||
* | emacs: ‘fill-column’ is buffer-local | Thomas Voss | 2023-08-12 | 1 | -1/+1 | |
| | ||||||
* | emacs: Set Ysabeau as the proportional font | Thomas Voss | 2023-08-12 | 1 | -3/+4 | |
| | ||||||
* | emacs: Start ‘magit-todos-mode’ | Thomas Voss | 2023-08-12 | 1 | -1/+2 | |
| | ||||||
* | emacs: Configure ‘auto-fill-mode’ | Thomas Voss | 2023-08-11 | 1 | -0/+13 | |
| | ||||||
* | emacs: Add a header because I can | Thomas Voss | 2023-08-11 | 1 | -0/+3 | |
| | ||||||
* | emacs: Enable ‘org-indent-mode’ in ‘org-mode’ | Thomas Voss | 2023-08-11 | 1 | -0/+13 | |
| | ||||||
* | emacs: Keep fighting with indentation | Thomas Voss | 2023-08-11 | 1 | -5/+5 | |
| | ||||||
* | emacs: Fix typo in docstring | Thomas Voss | 2023-08-11 | 1 | -1/+1 | |
| | ||||||
* | emacs: Make use of ‘(pure t)’ in ‘declare’ | Thomas Voss | 2023-08-11 | 1 | -3/+3 | |
| | ||||||
* | emacs: Assert if ts-mode exists before adding hook | Thomas Voss | 2023-08-11 | 1 | -1/+3 | |
| | ||||||
* | emacs: Wrap ts-mode in ‘mm-mode-to-hook’ | Thomas Voss | 2023-08-11 | 1 | -1/+1 | |
| | | | | | When setting hooks, we need to _actually get the hook_. This was just a brain-fart on my end. | |||||
* | emacs: Fix docstring | Thomas Voss | 2023-08-11 | 1 | -1/+1 | |
| | ||||||
* | emacs: Ignore #file.name#-style files | Thomas Voss | 2023-08-11 | 1 | -0/+1 | |
| |