aboutsummaryrefslogtreecommitdiff
path: root/init.el
Commit message (Collapse)AuthorAgeFilesLines
* Start `auto-dim-other-buffers-mode` automatically after Emacs startsMountain Man2023-11-101-0/+1
|
* Make org-agenda time-grid look more consistentMountain Man2023-11-101-2/+122
| | | | | | | | | When using different types of logged entries, the time-grid shows them in different formats. For example, with CLOCK: entries it shows a (-) before the timestamp, and with :LOGBOOK: State changes it shows the state. None of them are aligned, and the time-grid stops being a "grid". It doesn't make sense and my ADHD can't handle it and I hate it.
* Hide some org-related modes from the modelineMountain Man2023-11-061-0/+2
|
* Dim inactive buffersMountain Man2023-11-061-0/+18
|
* Show :LOGBOOK: items in org-agenda viewMountain Man2023-11-061-0/+1
|
* Setup stuff to export notes to websiteMountain Man2023-10-311-0/+23
|
* Fix EXWM buffer namingMountain Man2023-10-281-0/+5
|
* Misc bug fixes for previous commit or twoMountain Man2023-10-271-0/+2
|
* Add stuff for reading documentsMountain Man2023-10-271-0/+31
|
* Open PDFs directly into `pdf-view-mode` with dark themeMountain Man2023-10-271-1/+5
|
* Add package `dired-hacks`Mountain Man2023-10-271-0/+10
|
* Set default browser to `firefox-bin`Mountain Man2023-10-271-0/+17
|
* Fix dired icon colorsMountain Man2023-10-171-0/+1
|
* Add keybind to toggle EXWM floating windowMountain Man2023-10-171-1/+2
|
* Add EXWM support for multiple monitors and assign workspacesMountain Man2023-10-171-0/+7
|
* Fix previous commit one last time, in the name of all things holyMountain Man2023-10-171-7/+8
|
* Fix previous commit again, maybe I'll quit messing around nowMountain Man2023-10-171-2/+2
|
* Fix previous commitMountain Man2023-10-171-1/+0
|
* Fix org-todo keybinds and add function to update agenda filesMountain Man2023-10-171-20/+25
|
* Automatically preview LaTeX in `*org-roam*` buffersMountain Man2023-10-171-0/+4
|
* Hide more minor modes from modelineMountain Man2023-08-241-0/+2
|
* Improve syntax highlightingMountain Man2023-08-241-0/+23
|
* Add more default named workspacesMountain Man2023-08-241-2/+4
|
* Modify formatting for `display-battery-mode~Mountain Man2023-08-031-0/+5
|
* Add date and formatting to `display-time-mode`Mountain Man2023-08-021-7/+6
|
* Display time and battery percent in modelineMountain Man2023-08-011-0/+29
|
* Re-implement named EXWM workspaces the right wayMountain Man2023-08-011-0/+8
|
* Remove EXWM named workspaces - didn't workMountain Man2023-08-011-27/+4
|
* Increase starting workspaces to 4Mountain Man2023-07-251-1/+1
|
* Add functionality for named EXWM workspacesMountain Man2023-07-251-4/+27
|
* Add keybinds to insert date and time without org formattingMountain Man2023-07-231-6/+19
|
* Fix `org-agenda-files` usage of wildcardsMountain Man2023-07-191-2/+2
|
* Implement `X.log.org` in `org-agenda-files`Mountain Man2023-07-191-1/+1
|
* Add support for drawing diagrams in org-modeMountain Man2023-07-161-4/+33
|
* Set different colors for org TODO priorities A B C and DMountain Man2023-07-161-0/+1
|
* Setup `org-babel` and `ob-racket`Mountain Man2023-07-131-0/+23
|
* Remove function `mm/org-agenda-revert-redo-save-all`, was bad ideaMountain Man2023-07-121-10/+0
|
* Switch keybinds for `<home>` and `C-<home>` for convenienceMountain Man2023-07-121-2/+2
|
* Fix docstring for `mm/org-agenda-revert-redo-save-all`Mountain Man2023-07-121-1/+1
|
* Revert org buffers before saving all before redoing allMountain Man2023-07-121-2/+3
|
* Improve rendering of `pdf-view-mode`Mountain Man2023-07-101-2/+3
|
* Fix save org files before updating Agenda viewMountain Man2023-07-101-2/+7
|
* Enable `auto-revert-mode` in all `org-mode` buffersMountain Man2023-07-101-1/+3
|
* Save org files before updating Agenda viewMountain Man2023-07-101-0/+4
|
* Check parens before saving Emacs Lisp filesMountain Man2023-07-101-1/+5
|
* Make `pdf-view-midnight-colors` match Emacs themeMountain Man2023-07-101-1/+12
|
* Prettify `org-mode` a bit and enable use of LaTeX for math formulasMountain Man2023-07-091-1/+36
|
* Use same foreground for all `org-mode` heading levelsMountain Man2023-07-091-11/+24
|
* Fix IJKL movement for `pdf-tools`Mountain Man2023-07-061-0/+4
|
* Add automatic rendering of LaTeX and inline images to org templateMountain Man2023-07-061-1/+1
|