| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't highlight whitespace in term-mode or vterm-mode | Mountain Man | 2023-05-29 | 1 | -1/+2 |
* | Fix hook for `gcmh-mode` | Mountain Man | 2023-05-26 | 1 | -2/+2 |
* | Oopsie forgot something in that last commit | Mountain Man | 2023-05-25 | 1 | -14/+0 |
* | Move "Highlight Stuff" subsection to "Graphical Environment" Section | Mountain Man | 2023-05-25 | 1 | -0/+15 |
* | Lower `gcmh-high-cons-threshold` in attempt to fix Emacs freezing | Mountain Man | 2023-05-25 | 1 | -1/+1 |
* | Fix `org-roam-node-display-template` again | Mountain Man | 2023-05-25 | 1 | -1/+1 |
* | Fix `org-roam-node-display-tempalte` | Mountain Man | 2023-05-25 | 1 | -2/+2 |
* | Dim the color of `hl-line` | Mountain Man | 2023-05-25 | 1 | -1/+4 |
* | Fix a few org keybinds | Mountain Man | 2023-05-24 | 1 | -1/+2 |
* | Misc comment fix | Mountain Man | 2023-05-24 | 1 | -5/+4 |
* | Fix fringe / diff-hl display | Mountain Man | 2023-05-24 | 1 | -1/+2 |
* | Add keybinds for commenting/uncommenting things | Mountain Man | 2023-05-24 | 1 | -0/+12 |
* | Add filename to search when using `org-roam-node-find` | Mountain Man | 2023-05-22 | 1 | -0/+3 |
* | Don't show whitespace in specific places | Mountain Man | 2023-05-22 | 1 | -0/+8 |
* | Merge `create-development-environment` branch to `stable` branch | Mountain Man | 2023-05-22 | 2 | -6/+125 |
|\ |
|
| * | Limit `which-key` height to 5 lines to match `vertico` | Mountain Man | 2023-05-22 | 1 | -1/+2 |
| * | Fix `projectile-mode` hook | Mountain Man | 2023-05-22 | 1 | -1/+1 |
| * | Use `sly-quicklisp` for QuickLisp integration | Mountain Man | 2023-05-22 | 1 | -0/+5 |
| * | Minor formatting fix | Mountain Man | 2023-05-22 | 1 | -0/+1 |
| * | Use `sly` and SBCL for Common Lisp development | Mountain Man | 2023-05-22 | 1 | -0/+11 |
| * | Use `flycheck` in `sh-mode` buffers | Mountain Man | 2023-05-22 | 1 | -2/+24 |
| * | Add `.cache/` to `.gitignore` | Mountain Man | 2023-05-22 | 1 | -0/+1 |
| * | Refine Magit diff display | Mountain Man | 2023-05-21 | 1 | -1/+6 |
| * | Only start `flycheck-mode` in appropriate buffers | Mountain Man | 2023-05-21 | 1 | -2/+13 |
| * | Add `lsp-mode` for IDE features | Mountain Man | 2023-05-21 | 1 | -2/+13 |
| * | Use `which-key` for keybind hints | Mountain Man | 2023-05-21 | 1 | -0/+14 |
| * | Disable line numbers in `helpful-mode` | Mountain Man | 2023-05-21 | 1 | -1/+2 |
| * | Remove `paredit` for now because it's too confusing | Mountain Man | 2023-05-21 | 1 | -12/+0 |
| * | Use `paredit-mode` in `ielm` buffers | Mountain Man | 2023-05-21 | 1 | -1/+1 |
| * | Setup `paredit` for Lisp modes | Mountain Man | 2023-05-21 | 1 | -0/+12 |
| * | Use `flycheck` for syntax checking | Mountain Man | 2023-05-21 | 1 | -0/+21 |
| * | Use hooks to start `diff-hl` mode only in `prog-mode` buffers | Mountain Man | 2023-05-20 | 1 | -3/+3 |
| * | Enable `global-diff-hl-mode` | Mountain Man | 2023-05-20 | 1 | -1/+3 |
| * | Show fringe and add `diff-hl` | Mountain Man | 2023-05-20 | 1 | -1/+14 |
|/ |
|
* | Stop starting Emacs server in the init file | Mountain Man | 2023-05-20 | 1 | -19/+0 |
* | Remove stray character | Mountain Man | 2023-05-20 | 1 | -1/+1 |
* | Add keybind to insert date/time at POINT | Mountain Man | 2023-05-20 | 1 | -0/+17 |
* | Switch `S-<home>` keybind to `C-<home>` to fix shift-select behavior | Mountain Man | 2023-05-20 | 1 | -1/+1 |
* | Start Emacs server at end of startup | Mountain Man | 2023-05-19 | 1 | -0/+19 |
* | `expand-region` by semantic units | Mountain Man | 2023-05-19 | 1 | -3/+13 |
* | Start `org-mode` buffers with folded headings | Mountain Man | 2023-05-18 | 1 | -1/+2 |
* | Fix orderless completion errors | Mountain Man | 2023-05-18 | 1 | -2/+1 |
* | Automatically reload files when changed on disk | Mountain Man | 2023-05-18 | 1 | -0/+11 |
* | Use different fonts | Mountain Man | 2023-05-18 | 1 | -8/+8 |
* | Fix orderless completion "bug" when typing a dash | Mountain Man | 2023-05-18 | 1 | -3/+1 |
* | Fix `marginalia` / `all-the-icons` not showing up | Mountain Man | 2023-05-18 | 1 | -4/+3 |
* | Make HOME key respect indentation | Mountain Man | 2023-05-18 | 1 | -0/+17 |
* | Orderless tweaks | Mountain Man | 2023-05-18 | 1 | -1/+4 |
* | Marginalia tweaks | Mountain Man | 2023-05-18 | 1 | -1/+4 |
* | Minor formatting fix | Mountain Man | 2023-05-18 | 1 | -0/+5 |