Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | (Emacs/config)+introduction | Aryadev Chavali | |
2023-10-15 | (Emacs|NeoVim|Shell)~small changes and minor updates | Aryadev Chavali | |
2023-10-14 | (Emacs)~changed unicode characters for :pretty display | Aryadev Chavali | |
2023-10-06 | (Emacs)+function +org/search-headings, cc-mode auto insert uses new license.el | 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)~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 | (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 | (Emacs)+org-refile binding \-r | Aryadev Chavali | |
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-10 | (Emacs)~disabled org fragtog for now | 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)~some sly bindings | Aryadev Chavali | |
2023-09-07 | (Emacs)+bindings for ivy-occur | Aryadev Chavali | |
evil-collection going weird here, so decided to roll my own keybinds. | |||
2023-09-07 | (Emacs)~description changes and Makefile autoinsert | Aryadev Chavali | |
2023-08-25 | (Emacs)~Makefile auto insert now has LIBS variable,-memcheck recipe | Aryadev Chavali | |
2023-08-25 | (Emacs)+c/C++ no longer have aggressive indent | Aryadev Chavali | |
`clang-format-mode` does the same thing for me in C/C++, and they usually conflict. | |||
2023-08-20 | (Emacs)+code blaming binding using magit | Aryadev Chavali | |
Very cool ability. | |||
2023-08-20 | (Emacs)~small changes | Aryadev Chavali | |
+key bind for normal/motion map in Info to follow nodes easily ~:display record for helpful ~some text in calc-mode ~undo tree saves in the same place as backups ~problems with compilation mode's recompile, evil collection is starting to not work, so bind it myself ~fix :auto-insert record for Makefiles: quote at the end stops it from matching ~org-latex-listings->org-latex-src-block-backend new org mode | |||
2023-08-20 | (Emacs)+module configuration for man pages | Aryadev Chavali | |
Found out why I can't just use ':display' records to manage displaying of man pages, made some binds as well. Useful for writing C code. | |||
2023-08-20 | (Emacs)~mode line now pads vc information | Aryadev Chavali | |
2023-08-20 | (Emacs)~dashboard -> scratch buffer | Aryadev Chavali | |
Back to basics. | |||
2023-08-20 | (Emacs)-calctex | Aryadev Chavali | |
Removed calctex: super buggy, have to set a specific version to use and honestly not even that useful for all the bloat it's carrying. | |||
2023-07-14 | (Emacs)+org capture configuration | Aryadev Chavali | |
Made some templates and configured it. | |||
2023-07-14 | (Emacs)~clean up some code and descriptions | Aryadev Chavali | |
2023-07-13 | (Emacs)~change commit message auto insert | Aryadev Chavali | |
Use the :auto-insert keyword. | |||
2023-07-13 | (Emacs)~cleaned up some text | Aryadev Chavali | |
2023-07-13 | (Emacs)~mv Compilation->Programming,~cleaned headings | Aryadev Chavali | |
2023-07-13 | (Emacs)+:auto-insert use-package keyword | Aryadev Chavali | |
Defines an auto-insert skeleton using the same schema as ~auto-insert-alist~. This makes the configuration more modular and the auto-inserts closer to the packages/modes they actually matter in. | |||
2023-07-13 | (Emacs)~mode line is done by hand | Aryadev Chavali | |
The evaluation system was really just an excuse for me to try and write some Lisp code when I was first learning it; the inclusion of (vc-mode vc-mode) meant I couldn't utilise it the way I wanted. | |||
2023-07-13 | (Emacs)~clean up some custom functions | Aryadev Chavali | |
2023-07-13 | (Emacs)~let/while -> mapcar for :pretty use-package | Aryadev Chavali | |
Same idiomatic change for use-package handling. Should've realised this earlier. | |||
2023-07-13 | (Emacs)~any headings which are untangled get a WIP tag | Aryadev Chavali | |
Any headings with a properties setup to force Emacs not to tangle them i.e. I'm actively *not* using those packages should get a WIP tag. This means I can look over my configuration for dead trees when eventually doing a cleanup. | |||
2023-07-11 | (Emacs)+some more racket configuration | Aryadev Chavali | |
Picked up racket lang again, decided to make the experience a bit better for myself. | |||
2023-07-11 | (Emacs)+auto-insert for LICENSE files | Aryadev Chavali | |
Just the MIT license, assuming that will be the thing I use by default. Maybe I should make a Emacs Lisp function which can insert a license of my choice directly? | |||
2023-07-11 | (Emacs)~minor changes to some spelling and words | Aryadev Chavali | |
2023-07-11 | (Emacs)~made :display use-package manager more idiomatic | Aryadev Chavali | |
When I originally programmed this function I was essentially acting as a code-monkey i.e. "JUST WORK PLEASE". Looking at the code now I see there's a simple function to do essentially the same task, converting from the iterative format I was using to the cleaner and more functional ~mapcar~. |