Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | ~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 | |
2019-11-25 | ~moved sanctioned themes to theming section | oreodave | |
2019-11-25 | +snippets | oreodave | |
2019-11-25 | +childframe for ivy once again | oreodave | |
2019-11-25 | ~clean up and add few more keybinds | oreodave | |
+<SPC>! for shell command ~swiper -> swiper-isearch for <SPC>// +oreodave/set-new-theme to <SPC>mt ~Font -> font for <SPC>z prefix | |||
2019-11-25 | ~braces | oreodave | |
2019-11-25 | ~clean up | oreodave | |
+Put theming as it's own thing with function to choose from my own favourites -removed greek letters | |||
2019-11-24 | +prefix m bound to personal functions | oreodave | |
Reload is now under this, as well as all the cool globals | |||
2019-11-24 | ~move the global keybinds to after statements | oreodave | |
The global keybinds (like <SPC><SPC>) that were initialised at load of config remove the benefits of lazy loading through :after statements. Thus, put them in their own after statements with better indentation. Each topic component is now a 'module' rather than a 'prefix' (e.g. Instead of 'prefix /' it is now 'counsel'). | |||
2019-11-24 | ~using wicons for the weather dashboard item | oreodave | |
It's a rain symbol, more fitting I think | |||
2019-11-24 | +some more themes to preferred | oreodave | |
2019-11-24 | ~theme to molokai | oreodave | |
2019-11-24 | ~init el something, idk | oreodave | |
Themes, csharp specific hooks, etc | |||
2019-11-24 | +<SPC>f. binding for Emacs because it's been removed | oreodave | |
2019-11-24 | +typescript lsp registered server | oreodave | |
2019-11-24 | ~removed lsp and better docs for oreodave/csharp/get-unit-test | oreodave | |
2019-11-19 | ~theme from gruvbox to solarized dark | oreodave | |
2019-11-19 | +after tags to lazy load OmniSharp testing | oreodave | |
Unless I need to test something right now, I won't load OmniSharp straight away. As a result, I'll just leave it as a 'on load' option: I intentionally have to turn on OmniSharp-mode myself before I get these testing features. | |||
2019-11-19 | +omnisharp package for testing in emacs | oreodave | |
2019-11-19 | ~expand-file-name for relative directory | oreodave | |
2019-11-19 | +comments for each package reference | oreodave | |