Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | (Emacs)~fixed :pretty use-package keyword, impl on all +pretty calls | Aryadev Chavali | |
2021-03-12 | (Emacs)~small edits to explanations and some basic edits to code | Aryadev Chavali | |
2021-03-10 | (Scripts)+timer script to help with studying and stuff | Aryadev 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 instead | Aryadev Chavali | |
2021-03-10 | (Scripts)~volume: just display volume of machine rather than mpc | Aryadev Chavali | |
2021-03-10 | (SXHkD)~playerctl controls instead of mpc based commands | Aryadev Chavali | |
playerctl is a bit more generic and makes it easier to script interactions. | |||
2021-03-09 | (Emacs)+hl-line theming in monokai-theme.el | Aryadev Chavali | |
2021-03-09 | (Emacs)~c-default-style: let each major-mode decide its style for itself | Aryadev Chavali | |
2021-03-09 | (Emacs)+java c-style and a few other edits | Aryadev Chavali | |
2021-03-09 | (Emacs)+c/c++ auto inserts | Aryadev Chavali | |
2021-03-09 | (Emacs)+nhexl-mode | Aryadev Chavali | |
nhexl-mode improves the inbuilt hexl-mode. | |||
2021-03-09 | (Emacs)+custom personalised ada-mode | Aryadev 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 frame | Aryadev 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 read | Aryadev Chavali | |
2021-03-09 | (Emacs)+hl-line mode | Aryadev Chavali | |
Just looks nice :) | |||
2021-03-09 | (Emacs)~set states for bindings from normal to normal & motion | Aryadev 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 edits | Aryadev Chavali | |
2021-03-08 | (Emacs)+dashboard package | Aryadev 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 zsh | Aryadev Chavali | |
2021-02-28 | (Emacs)+hl-line theming for monokai theme | Aryadev Chavali | |
2021-02-28 | (Shell)+sudo alias for doas ~emacsclient aliases | Aryadev Chavali | |
2021-02-28 | (SXHkD)+binding for xf86mute | Aryadev Chavali | |
2021-02-28 | (SXHkD)+binding for zathura | Aryadev Chavali | |
2021-02-28 | (Emacs)~gc-cons-threshold 20mb -> 100mb | Aryadev Chavali | |
2020-12-30 | (Shell)+TERM variable to make ssh easier | Aryadev Chavali | |
2020-12-30 | (Scripts/Status)~set connection text to have the connection name | Aryadev Chavali | |
2020-12-02 | (Emacs)+yaml mode configuration | Aryadev Chavali | |
2020-12-02 | (Emacs)+org reveal configuration | Aryadev Chavali | |
Org reveal is a system that allows org documents to be exported into HTML presentations. | |||
2020-12-02 | (Emacs)+make org-agenda open on the current window | Aryadev Chavali | |
2020-12-02 | (Emacs)~better description for skeletons | Aryadev Chavali | |
2020-12-02 | (Emacs)+the onion rss feeds | Aryadev Chavali | |
2020-12-02 | (Emacs)+use-package functionality for :pretty keyword | Aryadev Chavali | |
:pretty keyword allows use-package to create aliases for prettify-symbols-mode. | |||
2020-12-02 | (sxhkd)~change browser launcher to use xdg-defaults | Aryadev Chavali | |
Use xdg-open to open a url which triggers the default browser of the system, instead of launching qutebrowser which may not exist on every computer. | |||
2020-12-02 | (Shell)~permananetly add rsa keys to ssh when booting | Aryadev Chavali | |
2020-12-02 | (Scripts)+eshell option to eselect | Aryadev Chavali | |
Option makes it easier to launch eshell instantly, which I've found to be doing quite often. | |||
2020-10-01 | (SXHkD)+passmenu options to super + p keybinding | Aryadev Chavali | |
As it uses dmenu, I can make it case insensitive and fuzzy matching. | |||
2020-10-01 | (Emacs)+ledger--face set to an actual font in monokai | Aryadev Chavali | |
2020-10-01 | (Emacs)~moved some skeletons | Aryadev Chavali | |
2020-10-01 | (Emacs)+some bindings | Aryadev Chavali | |
2020-10-01 | (Emacs)-a few evil-collection setups | Aryadev Chavali | |
I can handle a few Emacs packages being with evil bindings, makes it easier to manage that way. | |||
2020-10-01 | (Emacs)~moved org core variables around, +org latex some variables | Aryadev Chavali | |
2020-10-01 | (Emacs)+display-buffer-alist records to various packages via :display | Aryadev Chavali | |
2020-10-01 | (Emacs)+use-package keyword adding records to display-buffer-alist | Aryadev Chavali | |
Pretty nice task, integrates into use-package really well. | |||
2020-10-01 | (Emacs)+defer 10 seconds to ivy | Aryadev Chavali | |
2020-10-01 | (Emacs)-remove a ton of switch-buffer advice | Aryadev Chavali | |
Stupid idea, just gets in my way. | |||
2020-09-29 | (Shell)+eclient alias to zshrc | Aryadev Chavali | |
Emacs client alias for main server | |||
2020-09-29 | (Emacs)+org agenda file setup | Aryadev Chavali | |
2020-09-29 | (Emacs)+auto insert for commit messages | Aryadev Chavali | |
Just does a skeleton of what this commit is like: a module, a simple description then perhaps a description | |||
2020-09-29 | (Emacs)-remove insert macro, +hook after-init-hook auto-insert-mode | Aryadev Chavali | |
define-autoinsert basically does what my macro does anyway, also add an auto insert for org mode. | |||
2020-09-29 | (Emacs)~evil-window-vsplit -> make-frame | Aryadev Chavali | |
Now fset all evil-window-vsplit calls with make-frame. Also call switch-buffer when creating new frames. The reason for this decision was that I use a tiling window manager, which is something I can take off the shoulders of Emacs and onto my wm. |