Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | Update README | Aryadev Chavali | |
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-15 | (Emacs|NeoVim|Shell)~small changes and minor updates | Aryadev Chavali | |
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-14 | (Emacs)~changed unicode characters for :pretty display | Aryadev Chavali | |
2023-10-14 | (Emacs)~fix bug in personal-primary, line-numbers didn't work with zoom | Aryadev Chavali | |
Just inherit from default | |||
2023-10-14 | (SXHkD)~Print now does a selected screenshot | Aryadev Chavali | |
ScrollLock already does the task of reconnecting the network: no reason to duplicate function. This is something I usually have to pop out a terminal for, so I may as well make a binding for it. | |||
2023-10-06 | (Emacs)~magit copies abbreviated section values in log | Aryadev Chavali | |
2023-10-06 | (Emacs)+function +org/search-headings, cc-mode auto insert uses new license.el | Aryadev Chavali | |
2023-10-06 | (Shell)~zshrc: alias ls with --group-directories-first | Aryadev Chavali | |
2023-10-06 | (Emacs)~license.el separates pure string functions from interactive | Aryadev Chavali | |
2023-10-06 | (Emacs)+Elisp archive, (Scripts/status)+bluetooth status | Aryadev Chavali | |
2023-10-06 | (Scripts|SystemD)~rework backup system | Aryadev Chavali | |
This is purely for the desktop: only enable if you fix it up. | |||
2023-10-02 | (Emacs)~dir-locals | Aryadev Chavali | |
2023-10-02 | (Emacs)+dict bindings | Aryadev Chavali | |
2023-09-29 | (Emacs)~little clean | Aryadev Chavali | |
2023-09-29 | (Emacs)~fixed bug where boot up time in scratch buffer was wrong | Aryadev Chavali | |
I'm pretty sure we should be figuring this out after init, which is why I put made a hook to insert the message when it would actually be accurate. | |||
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. | |||
2023-09-29 | (Emacs)~more safe values | Aryadev Chavali | |
2023-09-29 | (Emacs)~whitespace | Aryadev Chavali | |
2023-09-29 | (Emacs)~ivy config uses :init | Aryadev Chavali | |
2023-09-29 | (Emacs)~Makefile autoinsert now does dependency tracking | Aryadev Chavali | |
Figured this out during stack-vm.c development: a way for Makefiles to do proper dependency tracking using gcc's option -MMD. | |||
2023-09-29 | (Emacs)~fix up some display records | Aryadev Chavali | |
Figured out you can put all display functions into one list | |||
2023-09-28 | (Emacs)+binding for image-dired, +binds for image-dired-thumnail-mode | Aryadev Chavali | |
2023-09-28 | (Emacs)+header auto-insert with copyright notice. | Aryadev Chavali | |
2023-09-28 | (Emacs)~C/C++ skeleton now inserts a copyright notice. | Aryadev Chavali | |
2023-09-28 | (Emacs)~setup licensing as early as possible | Aryadev Chavali | |
This is so I can use it later on. | |||
2023-09-28 | (Emacs)~no-littering is setup in init.el | Aryadev Chavali | |
This solves the bug with custom.el where it randomly resets and forgets what I setup there already. Found this out through the custom.el info, where setting a custom file yourself requires loading it in post. | |||
2023-09-28 | (Emacs)+binding for copyright notice | Aryadev Chavali | |
2023-09-28 | (dir-locals|Emacs)+license choice into dir-locals | Aryadev Chavali | |
2023-09-28 | (Emacs)~license.el now has a function to insert copyright notices | Aryadev Chavali | |
For the top of source code blocks. | |||
2023-09-28 | (Emacs)+licensing script | Aryadev Chavali | |
I manage my own alist of Licenses, which I can completing-read for. I should also define something to produce a copyright notice. | |||
2023-09-22 | (aspell)+new module for aspell private dictionary | Aryadev Chavali | |
Realised this may as well be version controlled right? | |||
2023-09-22 | (Emacs)+org-refile binding \-r | Aryadev Chavali | |
2023-09-22 | (Scripts)~timer script has variadic beep, more beeps in general, fixed bugs | Aryadev Chavali | |
2023-09-22 | (Scripts)+create_backup,+folder_size | Aryadev Chavali | |
create_backup does the obvious using tar and xz. Needs two arguments for what and where. folder_size does the obvious using du. | |||
2023-09-22 | (Emacs)+rot13 mode, +use-file-dialog=nil, +dired-dwim-target=t | Aryadev Chavali | |
2023-09-22 | (Emacs)~modified keybindings | Aryadev Chavali | |
Main one is "<SPC>-g" being magit-dispatch now. | |||
2023-09-22 | (Emacs)~custom.el has safe values for projectile-*-cmd | Aryadev Chavali | |
2023-09-22 | (Emacs)~modified switch snippet in c/cc-mode | Aryadev Chavali | |
2023-09-22 | (Emacs)~fixed an error with using the inbuilt org-mode in init.el | Aryadev Chavali | |
2023-09-22 | (Emacs)~literate now actually checks if compilation is necessary | Aryadev Chavali | |
Just realised how easy a fix this is to the 2 second wait time for Emacs to stop. Checking if the org files are newer than the compiled files, and the same for byte compilation, ensures I only compile when necessary. This actually makes Emacs kinda appealing for quick work: I kinda cringed every time I launched Emacs without a server because I knew it would take *so long* to stop it. Now that isn't as big a concern! | |||
2023-09-22 | (Scripts)~timer now uses notify-send instead of espeak | Aryadev Chavali | |
2023-09-10 | (Emacs)~disabled org fragtog for now | Aryadev Chavali | |
2023-09-10 | (Scripts)~small changes to memory status, -emacs_curl | Aryadev Chavali | |
2023-09-10 | (Emacs)~small changes | Aryadev Chavali | |
2023-09-10 | (Emacs)+gif-screencast for funny screencasts | Aryadev Chavali | |
2023-09-07 | (Emacs)+light theme version of personal | Aryadev Chavali | |
Bit old though. |