aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-16Refactor +dired/--subdirs-not-insertedAryadev Chavali
2025-02-16Small changesAryadev Chavali
2025-02-16Rework +dired/insert-all-subdirectoriesAryadev Chavali
If argument is provided (C-u), +dired/insert-all-subdirectories recursively inserts subdirectories until there are no subdirectories left. Otherwise, perform the same behaviour as before i.e. only insert subdirectories currently present in the buffer. This allows dired to have a "treelike" view without having to use an external library.
2025-02-15Add mpv.conf to MPV module for loading remote resources via playlistAryadev Chavali
2025-02-15Rework lisp configurationAryadev Chavali
- Auto insert for Common Lisp files - Rename Emacs Lisp configuration to Common Lisp, and refactor it for cleanliness
2025-02-15Add "swho" abbrev to expand to my name + emailAryadev Chavali
2025-02-15Adjusted empv hydra bindings and testing out my changes to empvAryadev Chavali
Changes to empv (in Pull Request #93) introduce remote resource support, which I'm actively testing out.
2025-02-15Add evil window resize hydraAryadev Chavali
2025-02-15Small code changes and some changes to textAryadev Chavali
2025-02-15Remove which-key records as I no longer use which-keyAryadev Chavali
2025-02-15Add comments to a few WAIT packages, bring Elfeed out of WAITAryadev Chavali
2025-02-15Use Jagger for C-M-{h, l}Aryadev Chavali
Jagger has better movements for moving objects laterally than Drag-stuff, so I've decided to use it.
2025-02-15Disable Zoom and put `org clock in` on WAITAryadev Chavali
2025-02-15Bump evil and empv versionsAryadev Chavali
2025-02-15Remove a few old WAIT packages that I haven't used in a whileAryadev Chavali
2025-02-15Small changesAryadev Chavali
2025-02-15Refactor search.el for cleanlinessAryadev Chavali
Remove useless newlines and try to utilise thread-last where possible to make transformations clearer to the reader.
2025-02-15Update notmuch post-newAryadev Chavali
2025-02-15Minor updatesAryadev Chavali
2025-01-22Remove XSECURELOCK_PAM_SERVICE from lock scriptAryadev Chavali
2025-01-22Add dired-rsync-modeline-status to mode-line for dired mode buffersAryadev Chavali
2025-01-04Update aspellAryadev Chavali
2025-01-04Switched bindings for locking in sxhkdAryadev Chavali
2025-01-04Added forward/backward section in magit via curly braces.Aryadev Chavali
2025-01-04Added keychord for `jk` in general, pretty sweet.Aryadev Chavali
2025-01-04backup script performs notify-send <=> X display is availableAryadev Chavali
2024-12-30Change promptAryadev Chavali
2024-12-15Update lazy and change straight-use-package for org->org-modeAryadev Chavali
2024-12-14Ensure opam env is only run if opam is installedAryadev Chavali
2024-12-03Cannot be bothered to explain - just read the changes if you wantAryadev Chavali
2024-11-01Add gf2 configurationAryadev Chavali
2024-11-01Update aspellAryadev Chavali
2024-11-01Ensure backgrounds script choose backgrounds randomly be defaultAryadev Chavali
2024-11-01Update SXHkD for changes in DWMAryadev Chavali
2024-11-01Allman fits my C/C++ brace wrapping styleAryadev Chavali
2024-10-24Normalise .gitignoreAryadev Chavali
2024-10-20Small changesAryadev Chavali
2024-10-20Fix error with filling sectionAryadev Chavali
2024-10-20Move around some sections to make flow clearerAryadev Chavali
2024-10-20Ignore opam-user-setup.elAryadev Chavali
2024-10-16add local leader binding to `ls` a directory.Aryadev Chavali
2024-10-16Adjust :display record for eshellAryadev Chavali
Previous record would annoyingly affect helpful buffers for eshell.
2024-10-16add a quotes capture template to org-captureAryadev Chavali
2024-10-16Shamelessly copy some flycheck configuration from Doom EmacsAryadev Chavali
2024-10-16Adjust eshell bindingsAryadev Chavali
I've now made the hook a function, so reloading this snippet will not add useless extra functions to the hook. Also a eshell/goto binding.
2024-10-16Move +eshell/banner-message to EShell basicsAryadev Chavali
2024-10-16<leader>D is now dired-jumpAryadev Chavali
faster than <leader>dd<RET>
2024-10-16Evil collection for calendarAryadev Chavali
2024-10-16Remove which-key and adjust zoom-sizeAryadev Chavali
I've got a bit more experience with my Emacs configuration now, and if I'm having trouble remembering the binds under some prefix I can use C-h to help me out.
2024-10-16Hook display-line-numbers-mode to prog-mode and text-modeAryadev Chavali
Better than global-display-line-numbers-mode, which adds line numbers to EShell and magit diffs, which just doesn't make sense.