Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | Hydra for moving between errors | Aryadev Chavali | |
2024-10-01 | Move mpv module into configuration directly | Aryadev Chavali | |
2024-10-01 | Some general changes | Aryadev Chavali | |
2024-10-01 | Switched non tangled sections to also not output results | Aryadev Chavali | |
2024-10-01 | Add more documentation in config | Aryadev Chavali | |
2024-10-01 | Add binds for file-local and directory-local variables | Aryadev Chavali | |
2024-10-01 | Allow EViL to run in the minibuffer | Aryadev Chavali | |
2024-10-01 | Emacs theme isn't synced to time, and is loaded after-init | 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/config)~other small changes | Aryadev Chavali | |
2024-09-23 | (Emacs/config)~text changes | Aryadev Chavali | |
2024-09-23 | (Emacs/config)~remove unnecessary general-def in :general sections | Aryadev Chavali | |
2024-09-23 | (Emacs/config)~Small changes | Aryadev Chavali | |
2024-09-23 | (Emacs/config)+markdown-mode | Aryadev Chavali | |
Mostly for Eglot documentation. | |||
2024-09-23 | (Emacs/config)~Convert fsan compilation-error-regexp to an rx call | Aryadev Chavali | |
Looks a bit nicer, is Lispy. | |||
2024-09-23 | (Emacs/config)~Modify haskell config | Aryadev Chavali | |
2024-09-23 | (Emacs/config)+ocaml configuration using opam | Aryadev Chavali | |
2024-09-08 | (Emacs/config)~move magit to start | Aryadev Chavali | |
2024-09-08 | (Emacs/config)~minor adjustments | Aryadev Chavali | |
2024-09-08 | (Emcas/config)~quote -> function in proc macro | Aryadev Chavali | |
2024-08-27 | (Emacs/config)~set tab-bar-show as late as possible, defers tab-bar | Aryadev Chavali | |
Optimises my load time quite a bit. | |||
2024-08-27 | (Emacs/config)+timer to sync theme based on hour | Aryadev Chavali | |
2024-08-24 | (Emacs/config)~Fix fsan error regexp in compilation | Aryadev Chavali | |
2024-08-24 | (Emacs/config)~+project/generate-tags uses root folder | Aryadev 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 -> powerthesaurus | Aryadev 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 configuration | Aryadev Chavali | |
2024-08-24 | (Emacs/config)+video formats to dired-guess-shell-alist-user | Aryadev Chavali | |
2024-08-24 | (Emcas/config)~descriptions | Aryadev Chavali | |
2024-08-24 | (Emacs/config)~change tab-bar-format to not include buttons | Aryadev 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.org | Aryadev Chavali | |
2024-08-21 | (Emacs/config)+dired-rsync package | Aryadev Chavali | |
2024-08-19 | (Emacs/config)~New laptop, ravenmaiden | Aryadev Chavali | |
2024-08-17 | Big update of everything, new machine | Aryadev Chavali | |
2024-08-16 | (Emacs/config)-ERC | Aryadev Chavali | |
2024-08-16 | (Emacs/config)~disable some subtrees that I'm not using | Aryadev Chavali | |
2024-08-16 | (Emacs/config)+more descriptions | Aryadev Chavali | |
2024-08-16 | (Emacs/config)-org compile to PDF on save | Aryadev Chavali | |
2024-08-16 | (Emacs/config)+use-package declaration for show-paren-mode | Aryadev Chavali | |
2024-08-16 | (Emacs/config)~auto filling some Lisp | Aryadev Chavali | |
2024-08-16 | (Emacs/coonfig)-and/or ligatures in (Emacs)Lisp | Aryadev Chavali | |
2024-08-16 | (Emacs/config)+spacing after paragraphs for all configuration | Aryadev Chavali | |
2024-08-15 | (Emacs/config)~system-name-cond -> pcase | Aryadev Chavali | |
Does the same thing but is inbuilt. | |||
2024-08-15 | (Emacs/config)~Use evil-mc-cursors-map for me | Aryadev Chavali | |
2024-08-15 | (Emacs/config)+js-mode configuration | Aryadev Chavali | |
Having to use JS in my Emacs means disabling a few things. | |||
2024-08-15 | (Emacs/config)~rearrange | Aryadev Chavali | |
2024-08-15 | (Emacs/config)~Eshell now opens in the same window | Aryadev 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-11 | (Emacs/config)~changes that I cba to explain | Aryadev Chavali | |
2024-07-31 | Big push | Aryadev Chavali | |
2024-07-27 | (Emacs/config)+mpv module configuration in config | Aryadev Chavali | |
Mostly for a binding for mpv-open-video and to load it earlier for org-bookmark |