Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | ~file links to absolute links | AChavali | |
2019-12-30 | +mpd to files list | AChavali | |
2019-12-30 | +mpd.conf to dotfiles, but ignore everything else | AChavali | |
2019-12-30 | +comments Emacs functions | AChavali | |
2019-12-30 | +zsh_theme is af-magic | AChavali | |
2019-12-30 | ~editor vim -> emacs | AChavali | |
2019-12-30 | ~path variable: ~/.bin -> ~/bin | AChavali | |
2019-12-30 | +darkroom package to packages.el | AChavali | |
2019-12-30 | ~javascript/typescript -> Typescript | AChavali | |
I only really use typescript and the config is fully just about typescript so just change the heading to that | |||
2019-12-30 | ~no need for java style, use C# | AChavali | |
2019-12-30 | ~omnisharp-server-executable | AChavali | |
~/bin/omnisharp/run -> ~/bin/omnisharp-roslyn/run | |||
2019-12-30 | +c-styles for emacs | AChavali | |
Allman style (derivative of Linux with an offset of 2) C# style (full on C# styling (basically Linux, offset of 4)) | |||
2019-12-30 | +google calendar config for org calendar | AChavali | |
2019-12-30 | ~changed doom-display-benchmark-h for message | AChavali | |
2019-12-30 | ~change name of dashboard buffer to *dashboard* | AChavali | |
2019-12-30 | ~killerqueen -> space image | AChavali | |
2019-12-30 | ~use password-store instead of shell for Wakatime | AChavali | |
Wakatime key is stored in the password store, use the password module instead of a shell command to get the key | |||
2019-12-30 | +CMakeLists.txt to projectile-project-root-files | AChavali | |
2019-12-30 | +weather section under personal functions | AChavali | |
2019-12-30 | ~formatting | AChavali | |
2019-12-30 | -removed fira from pretty-code | AChavali | |
2019-12-30 | ~modeline -> modeline-light +irc | AChavali | |
2019-12-30 | -useless code sections, fixes have been done | AChavali | |
2019-12-30 | +default frame title to be εmacs | AChavali | |
Doom Emacs is cool but I like having the epsilon | |||
2019-12-30 | ~rearranged code in other variables section | AChavali | |
2019-12-30 | ~moved org stuff into its own section | AChavali | |
2019-12-30 | ~set size of hack 19 -> 20 | AChavali | |
2019-12-30 | +set the default shell to be zsh | AChavali | |
2019-12-30 | -removing useless keybindings | AChavali | |
Also cleaned up files | |||
2019-12-30 | +doom emacs install section to download doom | AChavali | |
Download doom as part of the install process | |||
2019-12-30 | +comments to install script | AChavali | |
2019-12-20 | ~gentemplate capable of handling variadic args | A. Chavali | |
By iterating over all arguments from index 1 .. the end of the list, we can get multiple projects generate at once. gentemplateoff also gets this benefit :) | |||
2019-12-20 | -removed a few useless packages as I move to Emacs | A. Chavali | |
Emacs is now, officially, my editor of choice. No need to have as many packages on vim | |||
2019-12-20 | +Name to buffers prefix | A. Chavali | |
2019-12-20 | ~no need to lazy load lookup | A. Chavali | |
2019-12-20 | ~bracket, end of file parsing otherwise | A. Chavali | |
2019-12-20 | ~no need for regex replace in search() function | A. Chavali | |
Using a new query url ("duckduckgo.com/?=something"), I don't need to replace all spaces with underscores as duckduckgo does it for me | |||
2019-12-20 | ~redid Emacs commands from terminal | A. Chavali | |
Instead of SPC you have two commands: + spc: Opens a new frame with a file open + spu: Updates a currently opened frame with this new file | |||
2019-12-20 | +zshenv header for mode in Emacs, changed path | A. Chavali | |
2019-12-20 | ~made wakatime a config package, not a module | A. Chavali | |
Wakatime is so easy to configure there's basically no point to it being a module. Thus, I ported it to the config. | |||
2019-12-20 | +calendar.org to org-agenda-files | A. Chavali | |
2019-11-25 | -childframe | oreodave | |
2019-11-25 | +binding descriptions for prefixes in map! | oreodave | |
2019-11-25 | -removed ag | oreodave | |
Ag is not supported by doom, and I personally use ripgrep a lot more | |||
2019-11-25 | ~formatting of code and org items | oreodave | |
2019-11-25 | ~put libgen and org-directory into other variables | oreodave | |
2019-11-25 | ~Interface -> Other variables | oreodave | |
2019-11-25 | ~moved theming to Functions and doom-theme to doom variables | oreodave | |
2019-11-25 | ~moved hook to personal | oreodave | |
2019-11-25 | ~Simple variables -> Personal | oreodave | |