Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: Add support for pyright | Thomas Voss | 2023-08-24 | 1 | -0/+10 |
| | |||||
* | emacs: Update indentation settings | Thomas Voss | 2023-08-24 | 1 | -5/+7 |
| | |||||
* | emacs: Disable cursor blinking | Thomas Voss | 2023-08-22 | 1 | -0/+10 |
| | |||||
* | emacs: Automatically add projects to project list | Thomas Voss | 2023-08-20 | 1 | -0/+13 |
| | |||||
* | emacs: Don’t theme TTYs | Thomas Voss | 2023-08-20 | 1 | -1/+1 |
| | | | | | Typically themeing looks really gross in the TTY, and I would like to just use the same color-scheme as my terminal anyways. | ||||
* | emacs: Minor formatting change | Thomas Voss | 2023-08-20 | 1 | -2/+1 |
| | |||||
* | emacs: Finish properly configuring ‘company-mode’ | Thomas Voss | 2023-08-20 | 1 | -3/+37 |
| | |||||
* | emacs: Add styling to the ‘header-line’ face | Thomas Voss | 2023-08-19 | 1 | -1/+3 |
| | |||||
* | emacs: Add doc-string to ‘mango-theme-palette’ | Thomas Voss | 2023-08-19 | 1 | -1/+2 |
| | |||||
* | emacs: Shorten ‘evil-flash-delay’ | Thomas Voss | 2023-08-19 | 1 | -0/+1 |
| | |||||
* | emacs: Enable ‘evil-search-wrap’ | Thomas Voss | 2023-08-19 | 1 | -1/+0 |
| | |||||
* | emacs: Require ‘project’ | Thomas Voss | 2023-08-19 | 1 | -0/+1 |
| | |||||
* | emacs: Add functions to inc- and dec numbers | Thomas Voss | 2023-08-18 | 1 | -1/+38 |
| | |||||
* | emacs: Add ‘magit-status’ to project menu | Thomas Voss | 2023-08-18 | 1 | -0/+9 |
| | |||||
* | emacs: Rename ‘citron’ to ‘pink’ | Thomas Voss | 2023-08-18 | 1 | -2/+2 |
| | |||||
* | emacs: Add colors for (ma)git | Thomas Voss | 2023-08-18 | 1 | -1/+19 |
| | |||||
* | emacs: Simplify code handling comp buffers | Thomas Voss | 2023-08-18 | 1 | -17/+16 |
| | |||||
* | emacs: Temporarily disable ‘pixel-scroll-mode’ | Thomas Voss | 2023-08-18 | 1 | -1/+1 |
| | | | | Just testing to see if _this_ is what’s causing me to get lag-spikes | ||||
* | emacs: Handle compilation buffers better | Thomas Voss | 2023-08-18 | 1 | -6/+17 |
| | |||||
* | emacs: Don’t automagically start LSP | Thomas Voss | 2023-08-18 | 1 | -3/+2 |
| | |||||
* | emacs: Don’t kill buffers used by other frames | Thomas Voss | 2023-08-18 | 1 | -7/+13 |
| | |||||
* | emacs: s/cl(-dolist)/\1/g | Thomas Voss | 2023-08-18 | 1 | -10/+10 |
| | |||||
* | emacs: Optimize limit vars | Thomas Voss | 2023-08-18 | 1 | -3/+18 |
| | |||||
* | emacs: Fontify ‘org-mode’ blockquotes | Thomas Voss | 2023-08-18 | 2 | -0/+16 |
| | |||||
* | emacs: Remove ‘mango-after-load-theme-hook’ | Thomas Voss | 2023-08-17 | 2 | -26/+6 |
| | |||||
* | emacs: Add fringes | Thomas Voss | 2023-08-17 | 1 | -0/+10 |
| | |||||
* | emacs: Disable ‘display-line-numbers-mode’ | Thomas Voss | 2023-08-17 | 1 | -21/+3 |
| | |||||
* | emacs: Add my own custom Emacs theme | Thomas Voss | 2023-08-17 | 2 | -38/+160 |
| | |||||
* | emacs: ‘Set treesit-font-lock-level’ to 4 | Thomas Voss | 2023-08-17 | 1 | -0/+10 |
| | |||||
* | emacs: Don’t require ‘python-ts-mode’ | Thomas Voss | 2023-08-17 | 1 | -1/+0 |
| | |||||
* | emacs: Set font weight to ‘regular’ | Thomas Voss | 2023-08-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| |