Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use `flycheck` for syntax checking | Mountain Man | 2023-05-21 | 1 | -0/+21 | |
| | ||||||
* | Use hooks to start `diff-hl` mode only in `prog-mode` buffers | Mountain Man | 2023-05-20 | 1 | -3/+3 | |
| | ||||||
* | Enable `global-diff-hl-mode` | Mountain Man | 2023-05-20 | 1 | -1/+3 | |
| | ||||||
* | Show fringe and add `diff-hl` | Mountain Man | 2023-05-20 | 1 | -1/+14 | |
| | ||||||
* | Stop starting Emacs server in the init file | Mountain Man | 2023-05-20 | 1 | -19/+0 | |
| | | | | Start it as a daemon automatically through the system init. | |||||
* | Remove stray character | Mountain Man | 2023-05-20 | 1 | -1/+1 | |
| | ||||||
* | Add keybind to insert date/time at POINT | Mountain Man | 2023-05-20 | 1 | -0/+17 | |
| | ||||||
* | Switch `S-<home>` keybind to `C-<home>` to fix shift-select behavior | Mountain Man | 2023-05-20 | 1 | -1/+1 | |
| | ||||||
* | Start Emacs server at end of startup | Mountain Man | 2023-05-19 | 1 | -0/+19 | |
| | ||||||
* | `expand-region` by semantic units | Mountain Man | 2023-05-19 | 1 | -3/+13 | |
| | ||||||
* | Start `org-mode` buffers with folded headings | Mountain Man | 2023-05-18 | 1 | -1/+2 | |
| | ||||||
* | Fix orderless completion errors | Mountain Man | 2023-05-18 | 1 | -2/+1 | |
| | ||||||
* | Automatically reload files when changed on disk | Mountain Man | 2023-05-18 | 1 | -0/+11 | |
| | ||||||
* | Use different fonts | Mountain Man | 2023-05-18 | 1 | -8/+8 | |
| | | | | I will now be using `JetBrains Mono` and `Noto Sans` fonts. | |||||
* | Fix orderless completion "bug" when typing a dash | Mountain Man | 2023-05-18 | 1 | -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 up | Mountain Man | 2023-05-18 | 1 | -4/+3 | |
| | ||||||
* | Make HOME key respect indentation | Mountain Man | 2023-05-18 | 1 | -0/+17 | |
| | ||||||
* | Orderless tweaks | Mountain Man | 2023-05-18 | 1 | -1/+4 | |
| | ||||||
* | Marginalia tweaks | Mountain Man | 2023-05-18 | 1 | -1/+4 | |
| | ||||||
* | Minor formatting fix | Mountain Man | 2023-05-18 | 1 | -0/+5 | |
| | ||||||
* | Add `async` package and enable `async-bytecomp-package-mode` | Mountain Man | 2023-05-18 | 1 | -0/+13 | |
| | ||||||
* | Add the Garbage Collector Magic Hack | Mountain Man | 2023-05-17 | 1 | -0/+19 | |
| | ||||||
* | Add all the icons | Mountain Man | 2023-05-17 | 1 | -0/+29 | |
| | ||||||
* | Add school-related keywords to `org-todo-keywords` | Mountain Man | 2023-05-16 | 1 | -1/+4 | |
| | ||||||
* | * .gitignore: | Mountain Man | 2023-05-16 | 1 | -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 stuff | Mountain Man | 2023-05-16 | 1 | -0/+14 | |
| | ||||||
* | Add `projectile-known-files.eld` and `projectile.cache` to `.gitignore` | Mountain Man | 2023-05-15 | 1 | -1/+3 | |
| | ||||||
* | Use Projectile for project management | Mountain Man | 2023-05-15 | 1 | -3/+19 | |
| | ||||||
* | Add keybind to open agenda file | MountainMan | 2023-05-15 | 1 | -1/+3 | |
| | ||||||
* | Change variable-width font to DejaVu Sans | Mountain Man | 2023-05-14 | 1 | -3/+2 | |
| | ||||||
* | Use `helpful` for improved Help | Mountain Man | 2023-05-14 | 1 | -0/+16 | |
| | ||||||
* | Bulk org/org-roam PKMS overhaul | Mountain Man | 2023-05-12 | 1 | -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` buffers | Mountain Man | 2023-05-06 | 1 | -0/+5 | |
| | ||||||
* | Adjust font size again, for fixed-width fonts | Mountain Man | 2023-05-06 | 1 | -2/+2 | |
| | ||||||
* | Make org heading bullets look nicer with `org-bullets-mode` | Mountain Man | 2023-05-06 | 1 | -0/+8 | |
| | ||||||
* | Adjust font sizes | Mountain Man | 2023-05-06 | 1 | -5/+4 | |
| | ||||||
* | Improve appearance of org buffers | Mountain Man | 2023-05-05 | 1 | -1/+63 | |
| | ||||||
* | Use `org` and create a Section for PKMS stuff | Mountain Man | 2023-05-05 | 1 | -0/+22 | |
| | ||||||
* | Use a temporary theme until MMOSMacs theme is made | Mountain Man | 2023-05-01 | 1 | -0/+15 | |
| | ||||||
* | Disable alarm bell | Mountain Man | 2023-04-30 | 1 | -0/+1 | |
| | ||||||
* | Use `orderless` completion suggestions | Mountain Man | 2023-04-30 | 1 | -0/+15 | |
| | ||||||
* | Use `marginalia` minibuffer hints | Mountain Man | 2023-04-30 | 1 | -0/+12 | |
| | ||||||
* | Use `corfu` for buffer text completion | Mountain Man | 2023-04-30 | 1 | -0/+30 | |
| | ||||||
* | Use `vertico` for minibuffer completion | Mountain Man | 2023-04-30 | 1 | -0/+26 | |
| | ||||||
* | FIX: disable superfluous UI elements | Mountain Man | 2023-04-30 | 1 | -3/+25 | |
| | ||||||
* | Use `EXWM` for X window management | Mountain Man | 2023-04-24 | 1 | -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 line | Mountain Man | 2023-04-20 | 1 | -0/+12 | |
| | ||||||
* | Auto-close delimiters with `electric-pair-mode` | Mountain Man | 2023-04-20 | 1 | -0/+11 | |
| | ||||||
* | Delete selected text when typing over it | Mountain Man | 2023-04-20 | 1 | -0/+10 | |
| | ||||||
* | Display line & column numbers | Mountain Man | 2023-04-20 | 1 | -0/+10 | |
| |