Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | (Emacs)+d-mode,~org-babel-load-languages alist changes | Aryadev Chavali | |
+Emacs-d-mode ~C, Python sections update org-babel-load-languages themselves, for cleaner code | |||
2023-06-10 | (SXHkD)+xtrlock bindings | Aryadev Chavali | |
2023-06-10 | (Emacs)~loads of indenting changes and auto-save changes | Aryadev Chavali | |
2023-05-05 | (Emacs)~stuff | Aryadev Chavali | |
2023-04-25 | (*)~changes | Aryadev Chavali | |
2023-04-25 | (Emacs)~split literate config into separate file | Aryadev Chavali | |
2023-03-27 | (Emacs)~rearranged and better documented | Aryadev Chavali | |
2023-03-26 | (Emacs)~mapcar -> dolist for effect | Aryadev Chavali | |
2023-03-26 | (Emacs)~olivetti does not turn off modeline | Aryadev Chavali | |
Use hide-mode-line for that. | |||
2023-03-26 | (Emacs)~cleaned up mode line config | Aryadev Chavali | |
2023-03-26 | (Emacs)~init.el: don't compute membibytes on startup | Aryadev 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-mode | Aryadev 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 | |||
2023-03-26 | (Emacs)+hide-mode-line package | Aryadev Chavali | |
My custom package to quickly hide and restore the mode line. Olivetti does this automatically but I like having no mode line without the other changes. | |||
2023-03-26 | (Emacs)~made sys-name-cond nicer to read | Aryadev Chavali | |
I used an iterative style for it before, but now its more functional as there is a 1-1 mapping between pairs given and cond forms. | |||
2023-03-26 | (Emacs)~major refactor to bindings | Aryadev Chavali | |
Instead of using leader for everything, with infixes, I create custom definers for each prefix root. This is along with better which key strings and makes the code easier to read: instead of setting up several bindings across all namespaces I must define each binding in its respective leader. | |||
2023-03-26 | (Emacs)~fixing some documentation | Aryadev Chavali | |
Cleaner text and more dividing particularly in the previous sections. | |||
2023-03-26 | (Emacs)+aggressive indent, ~moved around compilation | Aryadev Chavali | |
2023-03-26 | (Emacs)~fixed wrong variable error in +oreo/create-toggle-function | Aryadev Chavali | |
2023-03-19 | (Emacs)~lots of changes to config | Aryadev Chavali | |
+ save place + global auto revert - +pretty/* functions + esup + some randomised messages for dashboard footer + some eshell functionality ~ disabled ada mode + tons of bindings for org tables | |||
2023-03-19 | (*)~lots of small changes | Aryadev Chavali | |
~ changed emacs theme background for isearch ~ updated default.el ~ changed vim theme | |||
2023-03-06 | (SystemD)+very simple backup service | Aryadev Chavali | |
Timer which runs weekly, copying my directory completely. Very naive, I'm thinking compression should be my first effort. | |||
2022-12-01 | (programs)~updated programs via pacman -Q | Aryadev Chavali | |
I might do this regularly, so when setting up a new machine I know what packages I used on my other machines. | |||
2022-12-01 | (Emacs)+better comments with copyright | Aryadev Chavali | |
2022-11-24 | (SXHkD)~change brightness commands | Aryadev Chavali | |
2022-11-24 | (*)~few changes, not massive | Aryadev Chavali | |
2022-10-11 | (Emacs)~change pdf-tools recipe | Aryadev Chavali | |
2022-10-11 | (*)~changes to make biber work | Aryadev Chavali | |
2022-10-11 | (Emacs)+some more theming for personal-primary | Aryadev Chavali | |
2022-10-11 | (Emacs)~changed a lot of stuff | Aryadev Chavali | |
+org-ref +xref config ~descriptions | |||
2022-09-18 | Merge remote-tracking branch 'origin/master' | Aryadev Chavali | |
2022-09-18 | (Shell)~zprofile init messages | Aryadev Chavali | |
Looks nicer, fancier and gives me a warm feeling inside. | |||
2022-09-18 | (Scripts)~battery script now uses just grep time | Aryadev Chavali | |
This is incase it is charging. | |||
2022-09-17 | (Emacs)+dired bind for dired-create-empty-file | Aryadev Chavali | |
2022-09-17 | (Emacs)+org template for blog posts, ~rearranged org mode | Aryadev Chavali | |
2022-09-17 | (Shell)~rearranged .zprofile, moved some exports .zshrc->.zprofile | Aryadev Chavali | |
This is so Emacs (via systemd) gets the most up to date information possible. | |||
2022-09-17 | (Scripts)~speed script now uses Table-of-Integrals.pdf | Aryadev Chavali | |
Pretty big file, bit quicker than using Algorithms. | |||
2022-09-17 | (Emacs)+org-startup-folded set to 'content | Aryadev Chavali | |
Now I don't get flooded by information when I open an org file, just headings. | |||
2022-09-17 | (Emacs)~major change to +oreo/create-toggle-function | Aryadev Chavali | |
Now allows numeric arguments to be passed to the buffer creation function. This is especially useful for ~eshell~ which allows creation of multiple instances using a numeric argument: very useful for managing multiple buffers. It's an optional argument but I err on the side of caution so by default I'll set it to nil if I don't want this feature. | |||
2022-09-17 | (Emacs)+ivy-occur display record | Aryadev Chavali | |
2022-09-17 | (Emacs)~bindings for org-mode, cc-mode, flycheck | Aryadev Chavali | |
+ bindings for flycheck-(next|prev)-error ~ bindings for org mode (now has prefix "l" for links) ~ c(++?)-mode's binding for c-(beg|end)-of-statement now set just for c(++?)-mode | |||
2022-09-17 | (Emacs)~cleaning up descriptions/errors | Aryadev Chavali | |
~ Links were misaligned ~ Descriptions ~ Titles ~ :display blocks - environment section as systemd gets path variables in .zprofile | |||
2022-09-16 | (Emacs)~eshell gets some love | Aryadev Chavali | |
I really like Eshell. Fanboy a bit about it in my configuration, and describe its true abilities. Further split up the config so it's a bit easier to read. | |||
2022-09-16 | (Emacs)~config.org: "+dx/"->"+oreo/" | Aryadev Chavali | |
Change namespace for my configurations custom functions, better representation. | |||
2022-09-16 | (Emacs)~+dired/omit-dot-files: dired-omit-mode set after +dired/omit-mode | Aryadev Chavali | |
Flip ~+dired/omit-mode~'s value before toggling dired-omit-mode. | |||
2022-09-16 | (Emacs)~balance braces in custom.el | Aryadev Chavali | |
I was stupid and pushed an improper version of custom.el | |||
2022-09-14 | (Emacs)~I don't know how to spell | Aryadev Chavali | |
2022-09-14 | (Alacritty)~set point size 8->10 | Aryadev Chavali | |
2022-09-14 | (Scripts/status)+temperature script for status | Aryadev Chavali | |
2022-09-14 | (Emacs)-custom.el | Aryadev Chavali | |
Preferably don't use this? Just configure in config.org or init.el, can be documented better there. | |||
2022-09-14 | (Emacs)+recursive powers of 1024 to set gc-threshold | Aryadev Chavali | |
Nice function, deterministic, uses a minimal amount of time to compute. |