aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-22(Emacs)+ton of evil bindings, especially switching certain functionsAryadev Chavali
2021-03-22(Emacs)+leader binding to switch to dashboardAryadev Chavali
2021-03-22(Emacs)~propagate change in keybinding for isearch in isearch-mode-mapAryadev Chavali
M-s is the new binding for starting isearch, so surely that should also be used when isearching?
2021-03-22(Emacs)~avy-goto-char-timer now uses C-s, switching with isearchAryadev Chavali
2021-03-22(Emacs)+display record for calendarAryadev Chavali
2021-03-22(Emacs)~dired-listing-switches to reduce noise of dired windowAryadev Chavali
This removes the . and .. directories, colours any of them, groups by directory first, etc
2021-03-22(Emacs)~calc-mode now has display record and uses evil-collectionAryadev Chavali
2021-03-22(Emacs)~clang-format package now uses default sys installationAryadev Chavali
This adds a dependency to the main system to provide the clang lib packages, but they should be there anyway.
2021-03-22(Emacs)+hl-todo package configurationAryadev Chavali
Very useful package that makes TODOs pop a bit more.
2021-03-22(Emacs)~minor edits to text and preamblesAryadev Chavali
2021-03-22(Scripts)~make music_update_bar sleep 1 -> 0.5sAryadev Chavali
2021-03-22(XServer)~comment out all themes in xresourcesAryadev Chavali
Didn't like the theme currently loaded so I commented it out.
2021-03-22(SXHkD)~Print -> super + shift + sAryadev Chavali
2021-03-22(ClangFormat)+align consecutive statements in clang formatAryadev Chavali
2021-03-17(Scripts)+time has finished prompt for timerAryadev Chavali
2021-03-17(Emacs)~small changes, -counsel etagsAryadev Chavali
2021-03-15(Emacs)+set coding system and blinking-cursorAryadev Chavali
2021-03-12(Emacs)~change names of abbrevs to 4 letters for efficiencyAryadev Chavali
2021-03-12(Emacs)+web-mode-code-indent-offset to 2Aryadev Chavali
2021-03-12(Emacs)+command to compile via comint modeAryadev Chavali
This makes passwords easier to enter as well as managing user interaction through =(compile)=.
2021-03-12(SXHkD)~bindings related to music should use spotifyAryadev Chavali
2021-03-12(Emacs)-remove font size assertion in monokai-theme.elAryadev Chavali
2021-03-12(Emacs)+calendar sectionAryadev Chavali
This just adds some functionality to calendar to copy dates and such. Also toggle function with binding.
2021-03-12(Emacs)-evil lionAryadev Chavali
Evil-lion isn't needed when I can just use visual mode and =align-regexp=.
2021-03-12(Emacs)~fixed :pretty use-package keyword, impl on all +pretty callsAryadev Chavali
2021-03-12(Emacs)~small edits to explanations and some basic edits to codeAryadev Chavali
2021-03-10(Scripts)+timer script to help with studying and stuffAryadev Chavali
This script acts as a library (to be symlinked/copied into your project) for interfacing with the 'espeak' and 'play' libraries in python. It also has a 'main' functionality where it acts a study timer with a 40/20 minute split of work to rest.
2021-03-10(Scripts)~change music scripts to use playerctl insteadAryadev Chavali
2021-03-10(Scripts)~volume: just display volume of machine rather than mpcAryadev Chavali
2021-03-10(SXHkD)~playerctl controls instead of mpc based commandsAryadev Chavali
playerctl is a bit more generic and makes it easier to script interactions.
2021-03-09(Emacs)+hl-line theming in monokai-theme.elAryadev Chavali
2021-03-09(Emacs)~c-default-style: let each major-mode decide its style for itselfAryadev Chavali
2021-03-09(Emacs)+java c-style and a few other editsAryadev Chavali
2021-03-09(Emacs)+c/c++ auto insertsAryadev Chavali
2021-03-09(Emacs)+nhexl-modeAryadev Chavali
nhexl-mode improves the inbuilt hexl-mode.
2021-03-09(Emacs)+custom personalised ada-modeAryadev Chavali
The defautl ada-mode requires the installation of many different tools, the compilation of several different systems and much more. I wasn't able to fix all the issues with my installation so I decided to scrap it and make my own. This mode just colourises the buffer so far, but I hope to implement indentation shortly.
2021-03-09(Emacs)+rg.el command to search in new frameAryadev Chavali
rg.el uses the compilation system to manage and display results (similar to the *grep family of functions in Emacs). I'd like to be able to search in a separate frame (making that a 'searcher' frame) instead of the current frame sometimes, so make a command that does that for me.
2021-03-09(Emacs)~make rip(grep) section preamble a bit nicer to readAryadev Chavali
2021-03-09(Emacs)+hl-line modeAryadev Chavali
Just looks nice :)
2021-03-09(Emacs)~set states for bindings from normal to normal & motionAryadev Chavali
Motion state is used in compilation buffers, which is why my bindings never seemed to work in them. So to counteract this just set all bindings to both normal and motion states.
2021-03-09(Emacs)~minor changes and editsAryadev Chavali
2021-03-08(Emacs)+dashboard packageAryadev Chavali
Instead of using the scratch buffer for the initial opening splash screen (which, while incredibly minimalist, was not very informative or functional) I installed and configured the 'dashboard' package which provides a fancier splash screen for Emacs.
2021-03-08(Shell)+sdkman config to zshAryadev Chavali
2021-02-28(Emacs)+hl-line theming for monokai themeAryadev Chavali
2021-02-28(Shell)+sudo alias for doas ~emacsclient aliasesAryadev Chavali
2021-02-28(SXHkD)+binding for xf86muteAryadev Chavali
2021-02-28(SXHkD)+binding for zathuraAryadev Chavali
2021-02-28(Emacs)~gc-cons-threshold 20mb -> 100mbAryadev Chavali
2020-12-30(Shell)+TERM variable to make ssh easierAryadev Chavali
2020-12-30(Scripts/Status)~set connection text to have the connection nameAryadev Chavali