aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-25(Emacs)~straight thawed versionsAryadev Chavali
Update loads of packages for better Emacs 28 support and just why not? May need to adapt this later on after debugging.
2021-03-25(Emacs)~minor editsAryadev Chavali
2021-03-25(Emacs)+telephone-line configAryadev Chavali
This replaces the default modeline for a cleaner more colourful and dynamic one.
2021-03-25(Emacs)~minor edits and configurationsAryadev Chavali
2021-03-25(Emacs)~disable ido and use ivyAryadev Chavali
Trying out ivy again, thinking it might be the one to use.
2021-03-25(Emacs)~move Amx to core packagesAryadev Chavali
Now I can use amx in any completion package of my choice.
2021-03-25(Emacs)~async-shell-command use-package async -> simpleAryadev Chavali
async is not a package in Emacs 28, so no need to use it.
2021-03-25(SystemD)+emacs service as part of new SystemD moduleAryadev Chavali
2021-03-25(Repo)+emacs eglot eclipse cache to ignoreAryadev Chavali
2021-03-24(Emacs)~clean up codeAryadev Chavali
2021-03-24(Emacs)~evil-magit -> evil-collection-magitAryadev Chavali
2021-03-24(Emacs)+local-leader binds,~org-fragtog -> inbuilt org-latex-previewAryadev Chavali
2021-03-24(Zathura)+init configAryadev Chavali
Basic config with a few binds, nothing much.
2021-03-24(Emacs)~xwidget added some new featuresAryadev Chavali
2021-03-24(Emacs)~moved =Emacs Mode-line= to =Core Packages=Aryadev Chavali
2021-03-24(Emacs)~html_container setup for headings, html export is nicerAryadev Chavali
2021-03-24(Emacs)~split XWidget Core: XWidget Core + XWidget ExtensionsAryadev Chavali
2021-03-24(Emacs)+local-leader and some binds for dired and eshell using itAryadev Chavali
2021-03-23(Emacs)~eglot C/C++ lsp server ccls->clangdAryadev Chavali
clangd comes inbuilt with clang-lib so it should be on your system already, it's much faster and cleaner than ccls currently and takes less memory.
2021-03-23(Emacs)~formatting and minor edits for clarity and suchAryadev Chavali
2021-03-22(Repo)~most ignore records use root directoryAryadev Chavali
Emacs -> /Emacs for ease of understanding.
2021-03-22(Repo)+ignore some files in Emacs and DoomAryadev Chavali
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