summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: s/cl(-dolist)/\1/gThomas Voss 2023-08-181-10/+10
|
* emacs: Optimize limit varsThomas Voss 2023-08-181-3/+18
|
* emacs: Fontify ‘org-mode’ blockquotesThomas Voss 2023-08-182-0/+16
|
* emacs: Remove ‘mango-after-load-theme-hook’Thomas Voss 2023-08-172-26/+6
|
* emacs: Add fringesThomas Voss 2023-08-171-0/+10
|
* emacs: Disable ‘display-line-numbers-mode’Thomas Voss 2023-08-171-21/+3
|
* emacs: Add my own custom Emacs themeThomas Voss 2023-08-172-38/+160
|
* emacs: ‘Set treesit-font-lock-level’ to 4Thomas Voss 2023-08-171-0/+10
|
* emacs: Don’t require ‘python-ts-mode’Thomas Voss 2023-08-171-1/+0
|
* emacs: Set font weight to ‘regular’Thomas Voss 2023-08-171-1/+1
|
* emacs: Add ‘python-ts-mode’ to ‘auto-mode-alist’Thomas Voss 2023-08-161-1/+3
|
* git: Set fsckObjects to trueThomas Voss 2023-08-161-0/+3
| | | | Had to do this when contributing to Emacs
* emacs: Don’t use ‘rx’Thomas Voss 2023-08-161-2/+2
|
* emacs: Document ‘mango-beframe-kill-frame’Thomas Voss 2023-08-161-0/+2
|
* emacs: Remove TODO under fontsThomas Voss 2023-08-161-1/+1
|
* emacs: Use the wonderful ‘=’ functionThomas Voss 2023-08-161-2/+2
|
* emacs: Add a TODO for companyThomas Voss 2023-08-161-1/+3
|
* emacs: Use new-style adviceThomas Voss 2023-08-161-5/+9
|
* emacs: Remove random deadlineThomas Voss 2023-08-161-1/+0
| | | | Why was this here?
* emacs: Use ‘keymap-global-set’Thomas Voss 2023-08-161-3/+4
| | | | | The ‘global-set-key’ function is made obsolete by the new- and prefered function ‘keymap-global-set’.
* emacs: Reformat some codeThomas Voss 2023-08-161-5/+7
|
* emacs: Remove the ‘mango-for-each’ macroThomas Voss 2023-08-161-34/+17
|
* emacs: Swap ‘mm-’ for ‘mango-’Thomas Voss 2023-08-161-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 boundThomas Voss 2023-08-161-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 warningsThomas Voss 2023-08-161-1/+2
|
* emacs: Don’t mess with ‘project-find-file’Thomas Voss 2023-08-161-2/+1
|
* emacs: Add YAML tree-sitter supportThomas Voss 2023-08-161-2/+7
|
* emacs: Fix transparency issuesThomas Voss 2023-08-151-22/+9
|
* emacs: Auto-create directories with ‘find-file’Thomas Voss 2023-08-151-0/+67
|
* emacs: Properly handle Rust filesThomas Voss 2023-08-151-0/+12
|
* emacs: Make frames transparentThomas Voss 2023-08-151-0/+33
|
* emacs: Auto-kill successful compilation buffersThomas Voss 2023-08-151-0/+17
|
* emacs: Add ‘graphviz-dot-mode’Thomas Voss 2023-08-151-1/+3
|
* emacs & ec: Disable ‘calc-mode’ trailThomas Voss 2023-08-142-1/+14
|
* ec: Vastly simplify implementationThomas Voss 2023-08-141-12/+6
|
* ec: Add the ‘ec’ scriptThomas Voss 2023-08-141-0/+15
|
* emacs: Add more mu4e contextsThomas Voss 2023-08-141-2/+41
|
* emacs: Fix sending email with mu4eThomas Voss 2023-08-141-1/+6
|
* emacs: Use the ‘beframe’ packageThomas Voss 2023-08-141-0/+20
|
* emacs: Use ‘savehist-mode’Thomas Voss 2023-08-141-0/+11
|
* emacs: Add ‘mm-after-load-theme-hook’Thomas Voss 2023-08-131-232/+251
|
* emacs: Use new syntax for ‘mu4e-maildir-shortcuts’Thomas Voss 2023-08-131-5/+5
|
* emacs: Fix maildir folder pathsThomas Voss 2023-08-131-9/+9
|
* emacs: ‘after-make-frame-functions’ hooks take argThomas Voss 2023-08-131-1/+1
|
* emacs: Add basic mu4e configThomas Voss 2023-08-131-0/+34
|
* emacs: Use ‘set’ for variable symbolThomas Voss 2023-08-131-1/+1
|
* emacs: Only add ts hook if mode existsThomas Voss 2023-08-131-3/+3
|
* emacs: Add ‘emmet-mode’Thomas Voss 2023-08-131-0/+12
|
* emacs: Fix ‘css-indent-offset’ variable nameThomas Voss 2023-08-131-1/+1
|
* emacs: Don’t remove ‘mm-set-fonts’ hookThomas Voss 2023-08-131-7/+1
|