aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-23(SXHkD)+bindings for localstreamAryadev Chavali
2024-09-23(Scripts)+localstream scriptAryadev Chavali
Uses the oldboy server, which may or may not be configured on YOUR machine, to find playlists or video files to watch via MPV
2024-09-23(Emacs/elisp)+font-latex customisation in personal-light-themeAryadev 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 variableAryadev Chavali
2024-09-23(Emacs/config)~other small changesAryadev Chavali
2024-09-23(Emacs/config)~text changesAryadev Chavali
2024-09-23(Emacs/config)~remove unnecessary general-def in :general sectionsAryadev Chavali
2024-09-23(Emacs/config)~Small changesAryadev Chavali
2024-09-23(Emacs/config)+markdown-modeAryadev Chavali
Mostly for Eglot documentation.
2024-09-23(Emacs/config)~Convert fsan compilation-error-regexp to an rx callAryadev Chavali
Looks a bit nicer, is Lispy.
2024-09-23(Emacs/config)~Modify haskell configAryadev Chavali
2024-09-23(Emacs/config)+ocaml configuration using opamAryadev Chavali
2024-09-16(Scripts)~qdisplay -> statdisplayAryadev Chavali
2024-09-16(Emacs/elisp)~Update licenseAryadev Chavali
2024-09-08(Emacs/config)~move magit to startAryadev Chavali
2024-09-08(Emacs/config)~minor adjustmentsAryadev Chavali
2024-09-08(Emcas/config)~quote -> function in proc macroAryadev Chavali
2024-09-08(Emacs/elisp)~variables for colours of success, failure and dir in eshell-promptAryadev Chavali
2024-09-08(Emacs/elisp)~adjusting faces in personal-light themeAryadev Chavali
2024-09-08(Emacs/elisp)~moving stuff around, deleting some old stuffAryadev Chavali
2024-09-08(Emacs/elisp)+evil-mc customisation into personal-solarizedAryadev Chavali
2024-09-08(XServer)~adjust scale to external monitor on laptopAryadev Chavali
2024-09-08(Shell)+aliasesAryadev Chavali
2024-09-08(SXHkD)+mode variable for EmacsAryadev Chavali
2024-09-08(SXHkD)+bind for hibernating systemAryadev Chavali
2024-09-08(SXHkD)+bind for qdisplayAryadev Chavali
2024-09-08(Scripts)~minor adjustmentsAryadev Chavali
2024-09-08(Emacs/config)~Massively speed up git cloning in straightAryadev Chavali
2024-09-08(Script)+qdisplay for displaying questions about the systemAryadev Chavali
Essentially a way for me to call dwm status bar scripts with a notification. Useful in full screen modes where I may not see my battery.
2024-09-06(Emoticons)->(Resources)Aryadev Chavali
2024-09-06(Emacs/*)+tetris scoresAryadev Chavali
2024-09-05(Emacs/straight)~Regress to stable version of magit and transientAryadev Chavali
Some unfortunate issues occurred due to newer versions of magit and transient, so I decided to regress them to a version tag that worked.
2024-08-28(Scripts/status)~Notify if battery is below 10%Aryadev Chavali
2024-08-27(Emacs/config)~set tab-bar-show as late as possible, defers tab-barAryadev Chavali
Optimises my load time quite a bit.
2024-08-27(Emacs/config)+timer to sync theme based on hourAryadev Chavali
2024-08-26(Emacs/config)~Freeze versionsAryadev Chavali
2024-08-24(Emacs/elisp/org-bookmark)~prompts for differing functionsAryadev Chavali
2024-08-24(Emacs/config)~Fix fsan error regexp in compilationAryadev Chavali
2024-08-24(Emacs/config)~+project/generate-tags uses root folderAryadev Chavali
Instead of giving all the project files that project.el THINKS I want, let's just use the folder itself and abuse ctags. Leads to better TAGS overall.
2024-08-24(Emacs/config)~le-thesaurus -> powerthesaurusAryadev Chavali
le-thesaurus stopped working, so here's a different one. Already has a transient which maps to exactly the binds I was using with le-thesaurus.
2024-08-24(Emacs/config)+default case to font sizes configurationAryadev Chavali
2024-08-24(Emacs/config)+video formats to dired-guess-shell-alist-userAryadev Chavali
2024-08-24(Emcas/config)~descriptionsAryadev Chavali
2024-08-24(Emacs/config)~change tab-bar-format to not include buttonsAryadev Chavali
No need for add tab or remove tab buttons, it's a single key chord.
2024-08-24(Emacs/config|elisp)+custom light theme with switches in config.orgAryadev Chavali
2024-08-21(Emacs/elisp/org-bookmark)+org-bookmark/copy-bookmark-urlAryadev Chavali
Just a nice helper function.
2024-08-21(Emacs/elisp/org-bookmark)~indentingAryadev Chavali
2024-08-21(ytdl)+yt-dlp configAryadev Chavali
2024-08-21(Emacs/elisp/yt-dlp)+package for downloading videos via yt-dlpAryadev Chavali