Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-11 | (Emacs/app)~changed project-root function and added aliases | Aryadev Chavali | |
project-root now uses project.el. aliases for goto and project-root. | |||
2024-05-10 | (Emacs/app)~+eshell/current-buffer command now uses <leader>T | Aryadev Chavali | |
2024-05-08 | (Emacs/app)~dired-other(frame->window) and added dired-subdir binds | Aryadev Chavali | |
2024-05-08 | (Emacs/app)~rearranged dired config | Aryadev Chavali | |
Put more stuff in :general and it seems to work?! | |||
2024-05-08 | (Emacs/app|config)~w(grep|dired) have the same finish/abort binds | Aryadev Chavali | |
ZZ and ZQ. | |||
2024-05-08 | (Emacs/*)~disable a lot of packages | Aryadev Chavali | |
Don't use them most of the time so what's the need? If I'm ever in the situation where I need to use these I hope I have internet connection. | |||
2024-05-08 | (Scripts|Emacs/app)~ported eshell banner to a script | Aryadev Chavali | |
Instead of doing it all in Emacs lisp (which while pretty fun to write, is not fun to execute outside of Emacs), I wrote a shell script which generates the same banners, then just linked +eshell/banner-message to it. | |||
2024-05-06 | (Emacs|Shell|SystemD)~Small changes | Aryadev Chavali | |
2024-04-27 | (Emacs/app)+elfeed advice to open articles in different applications | Aryadev Chavali | |
2024-04-27 | (Emacs/app)~enabled elfeed and added changed feeds | Aryadev Chavali | |
2024-04-27 | (Emacs/app|config)~change some window heights in :display | Aryadev Chavali | |
2024-04-24 | (Emacs/app)+mpv package | Aryadev Chavali | |
Only really useful for integration in org-mode | |||
2024-04-24 | (Emacs/app)+some defer statements to make bootup quicker | Aryadev Chavali | |
Cuts a second off the time to bootup. | |||
2024-04-23 | (Emacs/*)~stop using create-toggle-function | Aryadev Chavali | |
2024-04-23 | (Emacs/app)+wdired binding | Aryadev Chavali | |
2024-04-23 | (Emacs/app)-magit-file-dispatch (<leader>vf) and magit-blame (<leader>vb) | Aryadev Chavali | |
2024-04-23 | (Emacs/app|lang)~pdf-tools is disabled, dired-guess-shell pdf zathura | Aryadev Chavali | |
I find pdf-tools really slow in comparison to zathura, with very little benefit to it being integrated into Emacs. Zathura is faster, leaner and more fit for purpose. PDFs, if a shell command may be invoked on them in dired, now show zathura as a default argument. | |||
2024-04-23 | (Emacs/app)+randomise banner-message's cowsay | Aryadev Chavali | |
2024-04-23 | (Emacs/app)~move eshell/goto to subheading | Aryadev Chavali | |
2024-04-20 | (Emacs/*)~cleaning up | Aryadev Chavali | |
2024-04-18 | (Emacs/*)~WIP -> WAIT for subtrees that aren't used | Aryadev Chavali | |
2024-04-18 | (Emacs|^)~Some general cleanup | Aryadev Chavali | |
2024-04-16 | (Emacs/config|app)~disabled a few unused packages | Aryadev Chavali | |
2024-04-16 | (Emacs/app)+eshell command that goes to `projectile-project-root` if it exists | Aryadev Chavali | |
2024-04-16 | (Emacs/app)~Made eshell prompt a bit cooler | Aryadev Chavali | |
Now it shows if the worktree is unclean and how many commits ahead or behind we are from the remote (if one is set). | |||
2024-04-12 | (Emacs/app)+ERC (irc client for Emacs) | Aryadev Chavali | |
2023-10-21 | (Emacs/app)+eww bindings for copying urls | Aryadev Chavali | |
2023-10-21 | (Emacs/app)~disable xwidgets | Aryadev Chavali | |
Not useful | |||
2023-10-15 | (Emacs/app)+Image-mode configuration | Aryadev Chavali | |
2023-10-15 | (Emacs/app)~fix some issues with smtpmail | Aryadev Chavali | |
Need to set it up before using it, so I can't lazy load the configuration. | |||
2023-10-14 | (Emacs/app)~clean up and extend eshell configuration | Aryadev Chavali | |
+ Eshell prompt has nice colours now instead of just the flat blue ~ Generally cleaned up the configuration + Eshell aliases into version control | |||
2023-10-14 | (Emacs/app)~dired switches now sort by time | Aryadev Chavali | |
2023-10-06 | (Emacs)~magit copies abbreviated section values in log | Aryadev Chavali | |
2023-09-29 | (Emacs)~config->app,core | Aryadev Chavali | |
The two largest sections of my config are separated into their own files now. Does increase init time, but I just can't handle how big this thing is. It'll be a bit nicer to look at and manage with separate files. |