Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-17 | +java w/ lsp | AChavali | |
2020-02-17 | +new java template so update gentemplates | AChavali | |
2020-02-15 | +generate templates to keybind | AChavali | |
2020-02-15 | ~bad function name | AChavali | |
2020-02-15 | ~prefix description for keybinds must be uppercase | AChavali | |
like other doom keybinds, the description must be uppercase | |||
2020-02-15 | ~moved around doc blocks | AChavali | |
2020-02-09 | ~lsp-mode -> lsp-ui | AChavali | |
lsp-mode already has a hook for lsp-ui. So I'll just add a hook to lsp-ui for lsp-ui-doc. | |||
2020-02-09 | ~order of dashboard functions, -open books | AChavali | |
Time for load will be presented before menu. Removed open books because it's useless when I can just use the keybind. | |||
2020-02-09 | +haskell configuration code | AChavali | |
For dante, setup the repl-command-line | |||
2020-02-09 | ~removed goto functions and using lambdas now | AChavali | |
Goto functions just open dired instances for a specific folder, which a lambda can do better. Instead of having to load the new file just to use the function, just make the bindings directly via dired. | |||
2020-02-09 | ~using dante for haskell now | AChavali | |
Omg haskell is so fidgety on Emacs. Or maybe doom is badly configured? Anyway, using dante I can setup a comfy way to edit stuff in org mode and directly in an hs file. | |||
2020-02-09 | ~gentemplate | AChavali | |
Moved around a few sections for a more flowing summary. Changed generate-template to only download a template if it hasn't already been copied | |||
2020-02-09 | -oreomode | AChavali | |
Oreomode is literally useless and cringy. Honestly if I need to setup a debug system (which I don't, most of the time) then I'll do it myself. |