aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-21(Scripts)~fixed font and output when emacs service wasn't startedAryadev Chavali
~when Emacs hasn't started, state "N/A" rather than nothing ~Using better symbols for output (font wise as well on DWM)
2023-08-20(Shell)~cowsay->ascii catAryadev Chavali
2023-08-20(Emacs)+code blaming binding using magitAryadev Chavali
Very cool ability.
2023-08-20(Emacs)~small changesAryadev 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 pagesAryadev 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 informationAryadev Chavali
2023-08-20(Emacs)~dashboard -> scratch bufferAryadev Chavali
Back to basics.
2023-08-20(Emacs)-calctexAryadev 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-08-20(SxHkD)~fixed issue with brightness keysAryadev Chavali
Forgot to end the command with a notify-send; the backslash looks for another command, fails to see one, then fails the command entirely.
2023-08-20(Emacs)+working on an async compilation funcAryadev Chavali
2023-07-14(Scripts>status)+Emacs memory to status scriptAryadev Chavali
2023-07-14(Emacs)~cleaned up literate.elAryadev Chavali
Jesus, how could I have not noticed the spelling error in "Finishied byte compiling"?!
2023-07-14(Emacs)+org capture configurationAryadev Chavali
Made some templates and configured it.
2023-07-14(Emacs)~clean up some code and descriptionsAryadev Chavali
2023-07-14(Scripts>repo_*)~create_repo->repo_create,+repo description get/setAryadev Chavali
Better creating of repositories, repo_create now takes description for second argument and new scripts to do it post creation as well.
2023-07-13(Emacs)~change commit message auto insertAryadev Chavali
Use the :auto-insert keyword.
2023-07-13(*)~update READMEAryadev Chavali
2023-07-13(Scripts>create_repo)~use git@git.aryadevchavali.com instead of rootAryadev Chavali
Removes the need to change permissions for those directories.
2023-07-13(README)~change repo location for personal EmacsAryadev Chavali
2023-07-13(*)+LICENSE fileAryadev Chavali
Just for future.
2023-07-13(Emacs)~cleaned up some textAryadev Chavali
2023-07-13(Emacs)~mv Compilation->Programming,~cleaned headingsAryadev Chavali
2023-07-13(Emacs)+:auto-insert use-package keywordAryadev 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 handAryadev 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 functionsAryadev Chavali
2023-07-13(Emacs)~let/while -> mapcar for :pretty use-packageAryadev 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 tagAryadev 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-13(2022)-deleted puzzle filesAryadev Chavali
I think I did this by accident, check out https://git.aryadevchavali.com/advent-of-code/ for my actual advent of code runs.
2023-07-11(XServer)~changed default xresources font to Source Code ProAryadev Chavali
2023-07-11(Emacs)+some more racket configurationAryadev Chavali
Picked up racket lang again, decided to make the experience a bit better for myself.
2023-07-11(Emacs)+auto-insert for LICENSE filesAryadev 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 wordsAryadev Chavali
2023-07-11(Emacs)~made :display use-package manager more idiomaticAryadev 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~.
2023-07-11(Scripts)+script to automate creating a remote repository for projectsAryadev Chavali
2023-06-26(2022>puzzle-5)+solution for puzzle-5Aryadev Chavali
Wow, quite involved and definitely cleanable but goddamn so much fun.
2023-06-26(*->2022)~made it clear what advent of code I'm doingAryadev Chavali
2023-06-26(3|4)+lisp files for puzzles 3 and 4Aryadev Chavali
2023-06-26(1|2)+lisp files for puzzles 1 and 2Aryadev Chavali
Includes code for both rounds, separated by comments.
2023-06-22(Emacs)+d-mode,~org-babel-load-languages alist changesAryadev Chavali
+Emacs-d-mode ~C, Python sections update org-babel-load-languages themselves, for cleaner code
2023-06-10(SXHkD)+xtrlock bindingsAryadev Chavali
2023-06-10(Emacs)~loads of indenting changes and auto-save changesAryadev Chavali
2023-05-05(Emacs)~stuffAryadev Chavali
2023-04-25(*)~changesAryadev Chavali
2023-04-25(Emacs)~split literate config into separate fileAryadev Chavali
2023-03-27(Emacs)~rearranged and better documentedAryadev Chavali
2023-03-26(Emacs)~mapcar -> dolist for effectAryadev Chavali
2023-03-26(Emacs)~olivetti does not turn off modelineAryadev Chavali
Use hide-mode-line for that.
2023-03-26(Emacs)~cleaned up mode line configAryadev Chavali
2023-03-26(Emacs)~init.el: don't compute membibytes on startupAryadev Chavali
I can just use the numbers computed directly without doing the recursive call.
2023-03-26(Emacs)+noindent startup, +{org,text}-mode-hook for whitespace-modeAryadev Chavali
+ no more indenting as I have so many nested trees it makes reading hard with indenting + hooks for org-mode and text-mode for whitespace-mode