Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-07 | ~cleaning up config | odave | |
2020-04-06 | ~split C/C++ configuration into sections | odave | |
2020-04-06 | ~set display-line-numbers to relative | odave | |
2020-04-06 | ~translated writers.org content into config.org | odave | |
No point having a separate module for something that is basically part of the config. | |||
2020-04-05 | ~restructured the elfeed package config for literacy | odave | |
2020-04-05 | ~redo the dashboard functions | odave | |
Instead of just a summary at the end, break up the code into sections to comment on and write about. More literate | |||
2020-04-05 | +snippet for a default media review in ~/Text | odave | |
2020-04-05 | ~solarized-dark -> monokai | odave | |
2020-04-05 | ~Keymap -> Key-map | odave | |
2020-04-05 | ~make review open keybind | odave | |
2020-04-05 | ~Just use lambda for open dotfiles | odave | |
Removed the oreodave/goto-dotfiles function. | |||
2020-04-05 | ~make the directory "~/Text" for org-agenda-files | odave | |
2020-03-29 | ~changed hook to lsp! | odave | |
2020-03-29 | +READMEs for both ocaml and oreoline | odave | |
2020-03-29 | ~cleaned up gentemplate a bit | odave | |
2020-03-29 | ~moved config/*.org -> org/*.org | odave | |
Also changed literate to for this change | |||
2020-03-26 | -projectile config | odave | |
2020-03-26 | ~set the default theme doom-molokai -> base16-3024 | odave | |
2020-03-26 | +increased theme-list to include base16 themes | odave | |
2020-03-26 | ~updated how I feel about certain themes | odave | |
2020-03-26 | +user variables section to personal config | odave | |
2020-03-26 | +base16 themes package | odave | |
2020-03-26 | ~cleaning up written text and code | odave | |
Stuff that is inaccurate now, cleaned up to be up-to-date. | |||
2020-03-26 | +unity support for c# module | odave | |
2020-03-26 | -collab modules | odave | |
They don't exist in doom anymore, so no need for them to take up space | |||
2020-03-26 | +ocaml private with lsp, -ocaml doom module | odave | |
2020-03-26 | +custom ocaml module | odave | |
This ocaml module has proper lsp support, and has the bindings I require regularly. I use utop to REPL my code, with bindings to send parts of my code to UTOP | |||
2020-03-18 | ~moved around headers | odave | |
2020-03-18 | ~changed faces colours | odave | |
2020-03-18 | ~lsp-segment -> oreline-lsp-segment | odave | |
2020-03-17 | ~changed gentemplate binding in config.org | odave | |
2020-03-17 | +gentemplate to init.el modules | odave | |
2020-03-17 | +description for oredave/literate/compile-hook | odave | |
2020-03-17 | +some descriptions for each variable in constants | odave | |
This is for the literate org file. | |||
2020-03-17 | ~changed literate to reflect changes in filesystem | odave | |
2020-03-17 | ~modules/*.org -> config/*.org | odave | |
Moved all org files from modules, which should really just hold modules, to another location (config). Cleaner and easier to use | |||
2020-03-17 | ~gentemplate.org -> gentemplate module | odave | |
Gentemplate is one of those things that just makes sense as a module. Thus, converted it. I may convert a few more org files into full blown modules. | |||
2020-03-17 | +telephone line to my init.el | odave | |
2020-03-17 | +my first and very own module | odave | |
Oreoline is a simple modeline using telephone-line. It does most of what I need and decreases my load time by a bit. | |||
2020-03-17 | +fsharp config | odave | |
Emacs support for f# isn't bad, just a bit buggy. .NET core has a lot of stuff for f# that isn't leveraged properly, so I configured it to help a tiny bit. | |||
2020-03-17 | ~cleaned up config.el | odave | |
Removed ivyposframe and battery mode cos they're useless. | |||
2020-03-02 | ~switched up the libgen url | AChavali | |
libgen.me, even though it has a better UI, it doesn't have a great UX. Furthermore, doesn't work most of the time. | |||
2020-03-02 | +basic ocaml support without the ocaml module | AChavali | |
The ocaml module doesn't really work properly as of right now, so I'm using my own version. | |||
2020-03-02 | +goto-dotfiles function | AChavali | |
Code cleanliness | |||
2020-03-02 | +rest module | AChavali | |
Really useful and actually works. | |||
2020-02-18 | ~oreodave/theme-list -> oreodave/themes/theme-list | AChavali | |
Change was not fully propagated, only just realised now. | |||
2020-02-17 | +dap hydra keybind in code | AChavali | |
Really useful and great for lsp buffers | |||
2020-02-17 | ~formatting in code keybinds | AChavali | |
2020-02-17 | +pretty-symbols for c/c++ mode | AChavali | |
std::string and string should be 'strings' for the c/c++ mode | |||
2020-02-17 | ~custom -> user cstyle and formatting | AChavali | |