aboutsummaryrefslogtreecommitdiff
path: root/init.el
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Show fringe and add `diff-hl`Mountain Man2023-05-201-1/+14
|
* Stop starting Emacs server in the init fileMountain Man2023-05-201-19/+0
| | | | Start it as a daemon automatically through the system init.
* Remove stray characterMountain Man2023-05-201-1/+1
|
* Add keybind to insert date/time at POINTMountain Man2023-05-201-0/+17
|
* Switch `S-<home>` keybind to `C-<home>` to fix shift-select behaviorMountain Man2023-05-201-1/+1
|
* 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
|
* Add `async` package and enable `async-bytecomp-package-mode`Mountain Man2023-05-181-0/+13
|
* Add the Garbage Collector Magic HackMountain Man2023-05-171-0/+19
|
* 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-161-1/+1
| | | | | | | 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.
* Use `magit` for git stuffMountain Man2023-05-161-0/+14
|
* Add `projectile-known-files.eld` and `projectile.cache` to `.gitignore`Mountain Man2023-05-151-1/+3
|
* 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
|
* 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.
* 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
|
* Use a temporary theme until MMOSMacs theme is madeMountain Man2023-05-011-0/+15
|
* Disable alarm bellMountain Man2023-04-301-0/+1
|
* 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
|
* FIX: disable superfluous UI elementsMountain Man2023-04-301-3/+25
|
* 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.
* 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
|