Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | Update solarized | Aryadev Chavali | |
Big changes for org mode | |||
11 days | Add support for detached head in git repos for eshell-prompt | Aryadev Chavali | |
2025-05-09 | Reset-font-size on theme load rather than setting it in theme | Aryadev Chavali | |
2025-05-08 | Switch to thread-last for +eshell-prompt/--git-status | Aryadev Chavali | |
2025-04-05 | Adjust font size in Emacs | Aryadev Chavali | |
2025-04-05 | Fix some bugs with +eshell/open | Aryadev Chavali | |
2025-02-18 | Fix height for modeline in theme | Aryadev Chavali | |
This ensures I don't get weird artefacts from performing C-+ or C--. | |||
2025-02-17 | small changes | Aryadev Chavali | |
2025-02-17 | Rework elfeed | Aryadev Chavali | |
All my feeds are stored in a separate org file. I've written a parser `elfeed-org` which parses the headings-as-links with the overarching tags into a format for `elfeed-feeds`. Why didn't I use the third-party elfeed-org package? It uses an older version of org which straight will clone entirely. Don't want two versions of org, and its a task just simple enough for me to do myself. | |||
2025-02-15 | Small changes | Aryadev Chavali | |
2025-02-15 | Refactor search.el for cleanliness | Aryadev Chavali | |
Remove useless newlines and try to utilise thread-last where possible to make transformations clearer to the reader. | |||
2024-10-20 | Small changes | Aryadev Chavali | |
2024-10-16 | Update copyright notices | Aryadev Chavali | |
2024-10-16 | Add dmenu source code to +search/directories | Aryadev Chavali | |
2024-10-16 | Some changes to personal-solarized | Aryadev Chavali | |
2024-10-16 | Use cl-remove-if-not instead of +literate/filter in literate.el | Aryadev Chavali | |
2024-10-16 | Remove timestamp from eshell-prompt and change colour of directories | Aryadev Chavali | |
2024-10-16 | Rework +eshell/at-cwd to use changes to +eshell/open | Aryadev Chavali | |
2024-10-16 | Rework +eshell/open to work better with multiple instances. | Aryadev Chavali | |
2024-10-16 | Inline error-msg in +eshell/project-root | Aryadev Chavali | |
2024-10-16 | Extend +eshell/goto to allow finding files | Aryadev Chavali | |
Instead of only looking at directories, +eshell/goto now works with files. If a directory is selected, set eshell to that directory. If a file is selected, make eshell go to the directory where that file is contained then use find-file. | |||
2024-10-14 | Changes to Emacs config (can't explain because moving to elpaca) | Aryadev Chavali | |
I'm having issues with freezing the new versions of stuff in straight for Emacs 30. Moving to elpaca to hopefully get out of that. | |||
2024-10-05 | Make license-choice have possible tags | Aryadev Chavali | |
2024-10-01 | Some general changes | Aryadev Chavali | |
2024-10-01 | (Emacs/elisp)~hide-mode-line is a globalised minor-mode | Aryadev Chavali | |
2024-10-01 | (Emacs/config)~Ivy + Counsel -> IComplete + Consult | Aryadev Chavali | |
Decided to use vanilla packages a bit more, and got a bit bored of Ivy + Counsel. | |||
2024-09-23 | (Emacs/elisp)+font-latex customisation in personal-light-theme | Aryadev Chavali | |
2024-09-23 | (Emacs/elisp)~Fix bug in +eshell/open where named eshell instances weren't ↵ | Aryadev Chavali | |
created This happened because (eshell) with no arguments would not lookup eshell-buffer-name. | |||
2024-09-23 | (Emacs/elisp)~padding is now a variable | Aryadev Chavali | |
2024-09-16 | (Emacs/elisp)~Update license | Aryadev Chavali | |
2024-09-08 | (Emacs/elisp)~variables for colours of success, failure and dir in eshell-prompt | Aryadev Chavali | |
2024-09-08 | (Emacs/elisp)~adjusting faces in personal-light theme | Aryadev Chavali | |
2024-09-08 | (Emacs/elisp)~moving stuff around, deleting some old stuff | Aryadev Chavali | |
2024-09-08 | (Emacs/elisp)+evil-mc customisation into personal-solarized | Aryadev Chavali | |
2024-08-24 | (Emacs/elisp/org-bookmark)~prompts for differing functions | Aryadev Chavali | |
2024-08-24 | (Emacs/config|elisp)+custom light theme with switches in config.org | Aryadev Chavali | |
2024-08-21 | (Emacs/elisp/org-bookmark)+org-bookmark/copy-bookmark-url | Aryadev Chavali | |
Just a nice helper function. | |||
2024-08-21 | (Emacs/elisp/org-bookmark)~indenting | Aryadev Chavali | |
2024-08-21 | (Emacs/elisp/yt-dlp)+package for downloading videos via yt-dlp | Aryadev Chavali | |
2024-08-21 | (Emacs/elisp/mpv)+autoload for comint-mode | Aryadev Chavali | |
2024-08-21 | (Emacs/elisp/mpv)-ytdl specific config | Aryadev Chavali | |
2024-08-21 | (Emacs/elisp/mpv)~mpv-open-video now takes optional arguments | Aryadev Chavali | |
This optional argument should be a URL we can feed for the mpv process. | |||
2024-08-17 | Big update of everything, new machine | Aryadev Chavali | |
2024-08-16 | (Emacs/elisp)~Removed italic from personal-solarized theme | Aryadev Chavali | |
2024-07-31 | Big push | Aryadev Chavali | |
2024-07-27 | (Emacs/elisp)+org-bookmark/make-bookmark function | Aryadev Chavali | |
This will allow for easy automation when using ytsearch: every pair of results can be wrapped in this expression to generate the videos I want. | |||
2024-07-27 | (Emacs/elisp)~Make separate module for mpv from org-bookmark | Aryadev Chavali | |
2024-07-27 | (Emacs/config)+eshell/sudo-switch function | Aryadev Chavali | |
2024-07-27 | (Emacs/config|elisp)~+bookmark->org-bookmark and better mpv-args | Aryadev Chavali | |
2024-07-25 | (Emacs/elisp)~Fix some annoyances in personal solarized theme | Aryadev Chavali | |