aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use `delight` to hide modes from modelineMountain Man2023-05-301-2/+31
|
* Fix IJKL version of org-mode's `M-<up>`/`M-<down>` keybindsMountain Man2023-05-301-0/+4
|
* Add functionality for multiple cursorsMountain Man2023-05-301-0/+19
|
* Implement IJKL movement keybindsMountain Man2023-05-301-3/+61
|
* Add function and keybinds to list all bindings for KEYMountain Man2023-05-291-0/+19
|
* Ignore `tramp` fileMountain Man2023-05-291-0/+1
|
* Put `.gitignore` in alphabetical orderMountain Man2023-05-291-1/+1
|
* Always compile vterm moduleMountain Man2023-05-291-1/+3
|
* Start Emacs server at end of initMountain Man2023-05-291-0/+19
|
* Refactor `debug-on-error` into new Startup SectionMountain Man2023-05-291-4/+12
|
* Add `eshell/` to `.gitignore`Mountain Man2023-05-291-0/+1
|
* Use `org-roam-ui` for knowledgebase visualizationMountain Man2023-05-291-0/+9
|
* Produce backtraces when errors occurMountain Man2023-05-291-0/+9
|
* Add some more temporary theming optionsMountain Man2023-05-291-1/+29
|
* Disable line numbers in terminal modesMountain Man2023-05-291-2/+2
|
* Don't show line numbers in `vterm-mode`Mountain Man2023-05-291-1/+3
|
* Use `vterm` for terminalMountain Man2023-05-291-0/+11
|
* Don't highlight whitespace in term-mode or vterm-modeMountain Man2023-05-291-1/+2
|
* Fix hook for `gcmh-mode`Mountain Man2023-05-261-2/+2
|
* Oopsie forgot something in that last commitMountain Man2023-05-251-14/+0
|
* Move "Highlight Stuff" subsection to "Graphical Environment" SectionMountain Man2023-05-251-0/+15
|
* Lower `gcmh-high-cons-threshold` in attempt to fix Emacs freezingMountain Man2023-05-251-1/+1
|
* Fix `org-roam-node-display-template` againMountain Man2023-05-251-1/+1
|
* Fix `org-roam-node-display-tempalte`Mountain Man2023-05-251-2/+2
|
* Dim the color of `hl-line`Mountain Man2023-05-251-1/+4
|
* Fix a few org keybindsMountain Man2023-05-241-1/+2
|
* Misc comment fixMountain Man2023-05-241-5/+4
|
* Fix fringe / diff-hl displayMountain Man2023-05-241-1/+2
|
* Add keybinds for commenting/uncommenting thingsMountain Man2023-05-241-0/+12
|
* Add filename to search when using `org-roam-node-find`Mountain Man2023-05-221-0/+3
|
* Don't show whitespace in specific placesMountain Man2023-05-221-0/+8
|
* Merge `create-development-environment` branch to `stable` branchMountain Man2023-05-222-6/+125
|\
| * Limit `which-key` height to 5 lines to match `vertico`Mountain Man2023-05-221-1/+2
| |
| * Fix `projectile-mode` hookMountain Man2023-05-221-1/+1
| |
| * Use `sly-quicklisp` for QuickLisp integrationMountain Man2023-05-221-0/+5
| |
| * Minor formatting fixMountain Man2023-05-221-0/+1
| |
| * Use `sly` and SBCL for Common Lisp developmentMountain Man2023-05-221-0/+11
| |
| * Use `flycheck` in `sh-mode` buffersMountain Man2023-05-221-2/+24
| |
| * Add `.cache/` to `.gitignore`Mountain Man2023-05-221-0/+1
| |
| * Refine Magit diff displayMountain Man2023-05-211-1/+6
| |
| * Only start `flycheck-mode` in appropriate buffersMountain Man2023-05-211-2/+13
| |
| * Add `lsp-mode` for IDE featuresMountain Man2023-05-211-2/+13
| |
| * Use `which-key` for keybind hintsMountain Man2023-05-211-0/+14
| |
| * Disable line numbers in `helpful-mode`Mountain Man2023-05-211-1/+2
| |
| * Remove `paredit` for now because it's too confusingMountain Man2023-05-211-12/+0
| |
| * Use `paredit-mode` in `ielm` buffersMountain Man2023-05-211-1/+1
| |
| * Setup `paredit` for Lisp modesMountain Man2023-05-211-0/+12
| |
| * Use `flycheck` for syntax checkingMountain Man2023-05-211-0/+21
| |
| * Use hooks to start `diff-hl` mode only in `prog-mode` buffersMountain Man2023-05-201-3/+3
| |
| * Enable `global-diff-hl-mode`Mountain Man2023-05-201-1/+3
| |