summaryrefslogtreecommitdiff
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
...
* wofi: Prefer hex for colorsThomas Voss 2023-08-191-1/+1
|
* emacs: Add styling to the ‘header-line’ faceThomas Voss 2023-08-191-1/+3
|
* emacs: Add doc-string to ‘mango-theme-palette’Thomas Voss 2023-08-191-1/+2
|
* wofi: Add wofi configurationThomas Voss 2023-08-192-0/+37
|
* npm: Add npm configurationThomas Voss 2023-08-191-0/+3
|
* emacs: Shorten ‘evil-flash-delay’Thomas Voss 2023-08-191-0/+1
|
* emacs: Enable ‘evil-search-wrap’Thomas Voss 2023-08-191-1/+0
|
* emacs: Require ‘project’Thomas Voss 2023-08-191-0/+1
|
* emacs: Add functions to inc- and dec numbersThomas Voss 2023-08-181-1/+38
|
* emacs: Add ‘magit-status’ to project menuThomas Voss 2023-08-181-0/+9
|
* emacs: Rename ‘citron’ to ‘pink’Thomas Voss 2023-08-181-2/+2
|
* emacs: Add colors for (ma)gitThomas Voss 2023-08-181-1/+19
|
* emacs: Simplify code handling comp buffersThomas Voss 2023-08-181-17/+16
|
* emacs: Temporarily disable ‘pixel-scroll-mode’Thomas Voss 2023-08-181-1/+1
| | | | Just testing to see if _this_ is what’s causing me to get lag-spikes
* emacs: Handle compilation buffers betterThomas Voss 2023-08-181-6/+17
|
* emacs: Don’t automagically start LSPThomas Voss 2023-08-181-3/+2
|
* emacs: Don’t kill buffers used by other framesThomas Voss 2023-08-181-7/+13
|
* 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
|