aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add `redacted` package to hide text for privacyMountain Man2023-06-071-0/+14
|
* Enable `cua-selection-mode` directly instead of as a hookMountain Man2023-06-071-1/+1
|
* Fix CUA rectangle selection keybindMountain Man2023-06-071-1/+4
|
* Add keybinds for rectangular selectionMountain Man2023-06-061-0/+5
|
* Fix link to `CONTRIBUTING.md` in `README.md`Mountain Man2023-06-051-2/+2
|
* Add current features and plans to `README.md`Mountain Man2023-06-051-22/+35
|
* Cleanup comments and formattingMountain Man2023-06-051-4/+7
|
* Merge `cleanup-everything` branch to `stable` branchMountain Man2023-06-055-154/+176
|\
| * Mass cleanup of mistakes, bad idea but fuck itMountain Man2023-06-051-63/+64
| |
| * Add first-time-running-emacs setup instructionsMountain Man2023-06-051-0/+8
| |
| * Rewrite `STYLE_GUIDE.md`Mountain Man2023-06-051-28/+16
| |
| * Rewrite `CONTRIBUTING.md`Mountain Man2023-06-051-52/+21
| |
| * Fix `mc/cmds-to-run-for-all`Mountain Man2023-06-051-1/+1
| |
| * Fix formatting for Syncthing instructions in `README.md`Mountain Man2023-06-051-3/+5
| |
| * Overhaul `README.md`Mountain Man2023-06-041-10/+64
| |
| * Rename `xinitrc` to `.xinitrc`Mountain Man2023-06-041-0/+0
|/
* Fix window management keybinds for EXWMMountain Man2023-06-041-1/+24
|
* Fix window-management keybinds for EXWMMountain Man2023-06-041-4/+1
|
* Fix cursor color and make it stop blinkingMountain Man2023-06-041-3/+4
|
* Fix a few `s-` keybindsMountain Man2023-06-041-1/+6
|
* Add `games/` to `.gitignore`Mountain Man2023-06-041-0/+1
|
* Add keybinds to switch window and bufferMountain Man2023-06-031-0/+14
|
* Redo decsription for movement keybinds for clarityMountain Man2023-06-021-6/+7
|
* Remove U/O keybinds for PgUp and PgDownMountain Man2023-06-011-6/+0
|
* Fix keybinds subsections organizationMountain Man2023-06-011-19/+19
|
* Add `url/` directory to `.gitignore`Mountain Man2023-05-311-0/+1
|
* Change `comment-line` keybind from `M-;` to `C-;`Mountain Man2023-05-301-1/+1
|
* Add a few `helpful-` keybindsMountain Man2023-05-301-0/+2
|
* Add function to kill buffer after deleting fileMountain Man2023-05-301-0/+24
|
* Improve default `isearch` functionalityMountain Man2023-05-301-2/+19
|
* 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
|