aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Start Emacs server at end of startupMountain Man2023-05-191-0/+19
|
* `expand-region` by semantic unitsMountain Man2023-05-191-3/+13
|
* Start `org-mode` buffers with folded headingsMountain Man2023-05-181-1/+2
|
* Fix orderless completion errorsMountain Man2023-05-181-2/+1
|
* Automatically reload files when changed on diskMountain Man2023-05-181-0/+11
|
* Use different fontsMountain Man2023-05-181-8/+8
| | | | I will now be using `JetBrains Mono` and `Noto Sans` fonts.
* Fix orderless completion "bug" when typing a dashMountain Man2023-05-181-3/+1
| | | | | It's not exactly a bug, it's an intended feature that I was attempting to use, but it didn't suit me and presented itself as a bug in my workflow.
* Fix `marginalia` / `all-the-icons` not showing upMountain Man2023-05-181-4/+3
|
* Make HOME key respect indentationMountain Man2023-05-181-0/+17
|
* Orderless tweaksMountain Man2023-05-181-1/+4
|
* Marginalia tweaksMountain Man2023-05-181-1/+4
|
* Minor formatting fixMountain Man2023-05-181-0/+5
|
* PR #25: Merge `performance-improvements` branch to `stable` branchMountain Man2023-05-182-0/+52
|\
| * Add `async` package and enable `async-bytecomp-package-mode`Mountain Man2023-05-181-0/+13
| |
| * Fix formatting for GCMH subsectionMountain Man2023-05-181-0/+7
| |
| * Add the Garbage Collector Magic HackMountain Man2023-05-172-0/+32
|/
* Add all the iconsMountain Man2023-05-171-0/+29
|
* Add school-related keywords to `org-todo-keywords`Mountain Man2023-05-161-1/+4
|
* * .gitignore:Mountain Man2023-05-162-1/+2
| | | | | | | Move `org-roam.db` back to `~/.emacs.d/` It wasn't the best of ideas to sync `org-roam.db` between all my computers apparently. I'll just move it back before anyone notices.
* PR #24: Merge `project-repo-management` branch to `stable` branchMountain Man2023-05-162-3/+40
|\
| * Use `magit` for git stuffMountain Man2023-05-161-0/+14
| |
| * Add various thing to `.gitignore`Mountain Man2023-05-161-0/+3
| |
| * Add `projectile-known-files.eld` and `projectile.cache` to `.gitignore`Mountain Man2023-05-152-1/+5
| |
| * Use Projectile for project managementMountain Man2023-05-151-3/+19
|/
* 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
| |