Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | +new component for web-mode | AChavali | |
Doing react, may as well use this snippet from vscode | |||
2020-01-05 | +org-gcal +defer to calendar-open-function called | AChavali | |
org-gcal is only used for calendar events, thus only when the calendar is opened should it be used | |||
2020-01-05 | ~no need for darkroom because zenmode exists | AChavali | |
2020-01-05 | ~org-mode -> org | AChavali | |
The official package name is org, not org-mode. Thus the packages don't defer properly. | |||
2020-01-05 | +vterm package config to load it at first command | AChavali | |
I use Emacs as my terminal emu now, which means vterm needs to be loaded from the get go. | |||
2020-01-05 | ~switch to the space images that val0r provides | AChavali | |
This black hole image is much better than the other space image, though I may interchange between them | |||
2020-01-05 | ~Internal -> Package config, defer wakatime to pre-command-hook | AChavali | |
~Package config is more fitting a name ~Wakatime should be deferred till after the first command is run | |||
2020-01-05 | ~font size 20 -> 17 | AChavali | |
2020-01-05 | +overlay to eval | AChavali | |
Quickly evaluating stuff should not pop up a minibuffer | |||
2020-01-05 | +vterm and zen | AChavali | |
+vterm for much better terminals in Emacs, to the point where it is now my official terminal emulator +zen mode for quiet writing and reading experience | |||
2020-01-05 | ~switched back to normal modeline | AChavali | |
Fixes have made the modeline better | |||
2020-01-05 | ~repositioned ivy to top of completion | AChavali | |
2020-01-03 | +some better descriptors to config.el | AChavali | |
2020-01-03 | +or condition to compile hook for literate config | AChavali | |
2020-01-03 | ~password-store-get -> password-store/get-password | AChavali | |
Use my own function instead of theirs, I like the GUI for pass more than the text version | |||
2020-01-03 | +function to do password-store myself | AChavali | |
2019-12-31 | ~lookup+docsets, intero -> lsp | AChavali | |
Lookup docsets is required in other languages for some reason (?) Intero is no longer maintained, thus I have to use LSP. | |||
2019-12-31 | ~renamed some stuff and moved around sections | AChavali | |
2019-12-31 | ~refining titles | AChavali | |
2019-12-31 | +spacing between links in .org files | AChavali | |
2019-12-31 | +darkroom mode configuration in writers module | AChavali | |
2019-12-31 | ~made location an optional argument in tangle-all | AChavali | |
2019-12-31 | ~clean up hooks | AChavali | |
2019-12-31 | +basic README with links to parts of the config | AChavali | |
2019-12-31 | ~using oreodave..destination rather than regex | AChavali | |
2019-12-30 | ~more explanation and removed tangle-all | AChavali | |
Don't need to tangle as every time I do an edit through Emacs it'll load the change directly | |||
2019-12-30 | ~moved add-hook to inside the hook function decl | AChavali | |
Hook function is in tandem with the add-hook declaration. ~README.org is to be ignored when coding the config, it's not a literate component | |||
2019-12-30 | ~tangle-all takes a location to source files from | AChavali | |
Instead of being attached to the doom.d private config set, I can use this function to route to another directory if wished | |||
2019-12-30 | ~variadic-remove -> remove-mult | AChavali | |
2019-12-30 | +variables: bin-dir, preloaded-files | AChavali | |
bin-dir for where the el files should end up, preloaded-files for files that don't need to be loaded | |||
2019-12-30 | ~literate config setup -> literate configuration | AChavali | |
2019-12-30 | ~config.org -> modules/config.org | AChavali | |
config.el is a file that routes to the bin/config.el, and now config.org is a module | |||
2019-12-30 | ~modules -> bin for el files | AChavali | |
Changed literate config to use bin as the el file location, so that my main space isn't cluttered with el files | |||
2019-12-30 | +wrapped my own literate config setup! | AChavali | |
+literate.org file that holds the config program +bootstrap to config.org that loads the literate.el file, which in turn parses all the other files and loads everything -literate config module, I have my own now | |||
2019-12-30 | ~made wakatime-mode deferred | AChavali | |
2019-12-30 | ~personal -> variables | AChavali | |
2019-12-30 | ~moved personal and writers to their own org files | AChavali | |
~Moved to their own org files for organisation their own org files +writers module that uses powersaurus, flyspell and darkroom to help with producing a writers experience | |||
2019-12-30 | +(readme/doc).org to projectile-project-root-files | 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 | |