aboutsummaryrefslogtreecommitdiff
path: root/doom.d
AgeCommit message (Collapse)Author
2019-12-31+darkroom mode configuration in writers moduleAChavali
2019-12-31~made location an optional argument in tangle-allAChavali
2019-12-31~clean up hooksAChavali
2019-12-31+basic README with links to parts of the configAChavali
2019-12-31~using oreodave..destination rather than regexAChavali
2019-12-30~more explanation and removed tangle-allAChavali
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 declAChavali
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 fromAChavali
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-multAChavali
2019-12-30+variables: bin-dir, preloaded-filesAChavali
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 configurationAChavali
2019-12-30~config.org -> modules/config.orgAChavali
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 filesAChavali
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 deferredAChavali
2019-12-30~personal -> variablesAChavali
2019-12-30~moved personal and writers to their own org filesAChavali
~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-filesAChavali
2019-12-30+darkroom package to packages.elAChavali
2019-12-30~javascript/typescript -> TypescriptAChavali
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-executableAChavali
~/bin/omnisharp/run -> ~/bin/omnisharp-roslyn/run
2019-12-30+c-styles for emacsAChavali
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 calendarAChavali
2019-12-30~changed doom-display-benchmark-h for messageAChavali
2019-12-30~change name of dashboard buffer to *dashboard*AChavali
2019-12-30~killerqueen -> space imageAChavali
2019-12-30~use password-store instead of shell for WakatimeAChavali
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-filesAChavali
2019-12-30+weather section under personal functionsAChavali
2019-12-30~formattingAChavali
2019-12-30-removed fira from pretty-codeAChavali
2019-12-30~modeline -> modeline-light +ircAChavali
2019-12-30-useless code sections, fixes have been doneAChavali
2019-12-30+default frame title to be εmacsAChavali
Doom Emacs is cool but I like having the epsilon
2019-12-30~rearranged code in other variables sectionAChavali
2019-12-30~moved org stuff into its own sectionAChavali
2019-12-30~set size of hack 19 -> 20AChavali
2019-12-20+Name to buffers prefixA. Chavali
2019-12-20~no need to lazy load lookupA. Chavali
2019-12-20~bracket, end of file parsing otherwiseA. Chavali
2019-12-20~made wakatime a config package, not a moduleA. 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-filesA. Chavali
2019-11-25-childframeoreodave
2019-11-25+binding descriptions for prefixes in map!oreodave
2019-11-25-removed agoreodave
Ag is not supported by doom, and I personally use ripgrep a lot more
2019-11-25~formatting of code and org itemsoreodave
2019-11-25~put libgen and org-directory into other variablesoreodave
2019-11-25~Interface -> Other variablesoreodave
2019-11-25~moved theming to Functions and doom-theme to doom variablesoreodave