aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-08-21(Emacs/elisp/mpv)+autoload for comint-modeAryadev Chavali
2024-08-21(Emacs/elisp/mpv)-ytdl specific configAryadev Chavali
2024-08-21(Emacs/config)+dired-rsync packageAryadev Chavali
2024-08-21(Emacs/elisp/mpv)~mpv-open-video now takes optional argumentsAryadev Chavali
This optional argument should be a URL we can feed for the mpv process.
2024-08-19(NeoVim)+NeoSolarized theme and a toggle for relative line numbersAryadev Chavali
2024-08-19(Emacs/config)~New laptop, ravenmaidenAryadev Chavali
2024-08-19(XServer)+font scaling to XresourcesAryadev Chavali
2024-08-19(Shell)~zshrc: added bind keys to make using vim mode nicerAryadev Chavali
2024-08-19(Shell)-zprofile: Remove catAryadev Chavali
2024-08-19(Scripts)~lock: i3lock -> xsecurelock + xscreensaverAryadev Chavali
XSecureLock supports fingerprints and xscreensaver looks nicer.
2024-08-19(SXHkD)~(super -> shift)Brightness Up or DownAryadev Chavali
2024-08-19(Scripts)~Fixup cowfortune and datetimeAryadev Chavali
Cowfortune now has a hardcoded absolute path to the cowfile. datetime has a better icon.
2024-08-19(Scripts)+script for getting time left in battery using acpi -bAryadev Chavali
Customisable and has an exact hour + minute timer.
2024-08-17Big update of everything, new machineAryadev Chavali
2024-08-16Remove #+RESULTS from READMEAryadev Chavali
2024-08-16(Emacs/config)-ERCAryadev Chavali
2024-08-16(Emacs/config)~disable some subtrees that I'm not usingAryadev Chavali
2024-08-16(Emacs/config)+more descriptionsAryadev Chavali
2024-08-16(Emacs/config)-org compile to PDF on saveAryadev Chavali
2024-08-16(Emacs/config)+use-package declaration for show-paren-modeAryadev Chavali
2024-08-16(Emacs/config)~auto filling some LispAryadev Chavali
2024-08-16(Emacs/coonfig)-and/or ligatures in (Emacs)LispAryadev Chavali
2024-08-16(Emacs/config)+spacing after paragraphs for all configurationAryadev Chavali
2024-08-16(Emacs/elisp)~Removed italic from personal-solarized themeAryadev Chavali
2024-08-15(Emacs/config)~system-name-cond -> pcaseAryadev Chavali
Does the same thing but is inbuilt.
2024-08-15(Emacs/config)~Use evil-mc-cursors-map for meAryadev Chavali
2024-08-15(Emacs/config)+js-mode configurationAryadev Chavali
Having to use JS in my Emacs means disabling a few things.
2024-08-15(Emacs/config)~rearrangeAryadev Chavali
2024-08-15(Emacs/config)~Eshell now opens in the same windowAryadev Chavali
Usually I'm using eshell to go to some directory and launch dired, find-file, compile, etc. In that case, the smaller window makes no sense.
2024-08-15(Emacs/config)~Bumped magit to new release (4.0.0)Aryadev Chavali
2024-08-11(Emacs/config)~changes that I cba to explainAryadev Chavali
2024-07-31Big pushAryadev Chavali
2024-07-27(Emacs/config)+mpv module configuration in configAryadev Chavali
Mostly for a binding for mpv-open-video and to load it earlier for org-bookmark
2024-07-27(Emacs/elisp)+org-bookmark/make-bookmark functionAryadev 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.