aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add keybind to open agenda fileMountainMan2023-05-151-1/+3
|
* Change variable-width font to DejaVu SansMountain Man2023-05-141-3/+2
|
* Use `helpful` for improved HelpMountain Man2023-05-141-0/+16
|
* PR #23: Merge `rfc/21/pkms` branch to `stable` branchMountain Man2023-05-122-0/+302
|\
| * Bulk org/org-roam PKMS overhaulMountain Man2023-05-121-21/+225
| | | | | | | | | | | | | | This is a large set of changes to PKMS functionality in general. It was necessary to develop the whole thing as a unit like this, but I do not have the energy to refactor all this crap into separate atomic commit. Whoever finds this will just have to deal with it. I am sorry.
| * Modify .gitignoreMountain Man2023-05-061-0/+2
| |
| * Disable line numbers in `org` buffersMountain Man2023-05-061-0/+5
| |
| * Adjust font size again, for fixed-width fontsMountain Man2023-05-061-2/+2
| |
| * Make org heading bullets look nicer with `org-bullets-mode`Mountain Man2023-05-061-0/+8
| |
| * Adjust font sizesMountain Man2023-05-061-5/+4
| |
| * Improve appearance of org buffersMountain Man2023-05-051-1/+63
| |
| * Use `org` and create a Section for PKMS stuffMountain Man2023-05-051-0/+22
|/
* PR #19: Merge `temporary-theme` branch to `stable` branchMountain Man2023-05-011-0/+15
|\
| * Use a temporary theme until MMOSMacs theme is madeMountain Man2023-05-011-0/+15
|/
* PR #18: Merge `disable-alarms` branch to `stable` branchMountain Man2023-05-011-0/+1
|\
| * Disable alarm bellMountain Man2023-04-301-0/+1
|/
* Merge `rfc/14/completion-corfu-vertico` branch to `stable` branchMountain Man2023-04-301-0/+83
|\
| * Use `orderless` completion suggestionsMountain Man2023-04-301-0/+15
| |
| * Use `marginalia` minibuffer hintsMountain Man2023-04-301-0/+12
| |
| * Use `corfu` for buffer text completionMountain Man2023-04-301-0/+30
| |
| * Use `vertico` for minibuffer completionMountain Man2023-04-301-0/+26
|/
* Merge `minor-ui-fixes` branch to `stable` branchMountain Man2023-04-301-3/+25
|\
| * FIX: disable superfluous UI elementsMountain Man2023-04-301-3/+25
|/
* PR #13: Merge `rfc/8/exwm` branch to `stable` branchMountain Man2023-04-244-0/+69
|\
| * Add installation instructions to the READMEMountain Man2023-04-241-0/+24
| |
| * Create `emacs.desktop` templateMountain Man2023-04-241-0/+4
| |
| * Create `xinitrc` templateMountain Man2023-04-241-0/+18
| |
| * Use `EXWM` for X window managementMountain Man2023-04-241-0/+23
|/ | | | | The whole point of this project is to use Emacs for everything. It only makes sense to use it for everything for real.
* PR #11: Merge `rfc/9/improve-editor` branch to `stable` branchMountain Man2023-04-201-0/+106
|\
| * Highlight current lineMountain Man2023-04-201-0/+12
| |
| * Auto-close delimiters with `electric-pair-mode`Mountain Man2023-04-201-0/+11
| |
| * Delete selected text when typing over itMountain Man2023-04-201-0/+10
| |
| * Display line & column numbersMountain Man2023-04-201-0/+10
| |
| * refactor: Organize Text Editor subsectionsMountain Man2023-04-201-26/+26
| | | | | | | | | | | | Reorder the subsections within the Text Editor section of `init.el`. For me, it makes more sense to have things related to the editor at the top, and things related more to the content within the editor second.
| * Fix mismatched parenthesesMountain Man2023-04-201-1/+2
| |
| * Enhance scrolling behaviorMountain Man2023-04-201-0/+28
| | | | | | | | | | | | | | Make scrolling smooth and easy to follow, as opposed to the jumpy default behavior. Add a scroll margin and make point move to the top/bottom of the screen if attempting to scroll past the beginning/end of the buffer.
| * Improve whitespace functionality in text editorMountain Man2023-04-201-0/+34
|/ | | | | Show trailing whitespace. End sentences with one space. End files with one newline. Use spaces for indentation. Wrap words at buffer edge.
* Merge `rfc/7/use-package` branch to `stable` branchMountain Man2023-04-151-2/+13
|\
| * Use `use-package`, install/load with `straight-use-package`Mountain Man2023-04-151-2/+13
|/
* Merge `rfc/5/package-manager-straight` branch to `stable` branchMountain Man2023-04-153-0/+65
|\
| * Minor formatting fixMountain Man2023-04-151-0/+1
| |
| * Don't load outdated codeMountain Man2023-04-151-0/+14
| | | | | | | | If a `.el` file is newer than its corresponding `.elc`, load the `.el`.
| * Add `straight/` to `.gitignore`Mountain Man2023-04-151-0/+1
| |
| * Bootstrap `straight.el`Mountain Man2023-04-151-0/+28
| | | | | | | | | | Some magic bootstrapping code is provided by `straight.el` which is necessary to get it installed in the first place.
| * Disable `package.el` in Early InitMountain Man2023-04-151-0/+21
|/
* Merge `update-documentation` branch to `stable` branchMountain Man2023-04-142-14/+87
|\
| * Fix link to GitHub issues pageMountain Man2023-04-141-1/+1
| |
| * Modify `CONTRIBUTING.md` to be more informative and instructiveMountain Man2023-04-141-5/+83
| |
| * Fix phrasing in the documentationMountain Man2023-04-112-9/+4
|/
* Add `eln-cache/` directory to `.gitignore`Mountain Man2023-04-091-0/+1
|