aboutsummaryrefslogtreecommitdiff
path: root/doom.d
AgeCommit message (Collapse)Author
2020-04-12+projectile config, +cmakelists.txt to root-filesoreodave
2020-04-12+binding to org mode to make latex files from orgoreodave
2020-04-07~cleaning up configodave
2020-04-06~split C/C++ configuration into sectionsodave
2020-04-06~set display-line-numbers to relativeodave
2020-04-06~translated writers.org content into config.orgodave
No point having a separate module for something that is basically part of the config.
2020-04-05~restructured the elfeed package config for literacyodave
2020-04-05~redo the dashboard functionsodave
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 ~/Textodave
2020-04-05~solarized-dark -> monokaiodave
2020-04-05~Keymap -> Key-mapodave
2020-04-05~make review open keybindodave
2020-04-05~Just use lambda for open dotfilesodave
Removed the oreodave/goto-dotfiles function.
2020-04-05~make the directory "~/Text" for org-agenda-filesodave
2020-03-29~changed hook to lsp!odave
2020-03-29+READMEs for both ocaml and oreolineodave
2020-03-29~cleaned up gentemplate a bitodave
2020-03-29~moved config/*.org -> org/*.orgodave
Also changed literate to for this change
2020-03-26-projectile configodave
2020-03-26~set the default theme doom-molokai -> base16-3024odave
2020-03-26+increased theme-list to include base16 themesodave
2020-03-26~updated how I feel about certain themesodave
2020-03-26+user variables section to personal configodave
2020-03-26+base16 themes packageodave
2020-03-26~cleaning up written text and codeodave
Stuff that is inaccurate now, cleaned up to be up-to-date.
2020-03-26+unity support for c# moduleodave
2020-03-26-collab modulesodave
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 moduleodave
2020-03-26+custom ocaml moduleodave
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 headersodave
2020-03-18~changed faces coloursodave
2020-03-18~lsp-segment -> oreline-lsp-segmentodave
2020-03-17~changed gentemplate binding in config.orgodave
2020-03-17+gentemplate to init.el modulesodave
2020-03-17+description for oredave/literate/compile-hookodave
2020-03-17+some descriptions for each variable in constantsodave
This is for the literate org file.
2020-03-17~changed literate to reflect changes in filesystemodave
2020-03-17~modules/*.org -> config/*.orgodave
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 moduleodave
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.elodave
2020-03-17+my first and very own moduleodave
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 configodave
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.elodave
Removed ivyposframe and battery mode cos they're useless.
2020-03-02~switched up the libgen urlAChavali
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 moduleAChavali
The ocaml module doesn't really work properly as of right now, so I'm using my own version.
2020-03-02+goto-dotfiles functionAChavali
Code cleanliness
2020-03-02+rest moduleAChavali
Really useful and actually works.
2020-02-18~oreodave/theme-list -> oreodave/themes/theme-listAChavali
Change was not fully propagated, only just realised now.
2020-02-17+dap hydra keybind in codeAChavali
Really useful and great for lsp buffers
2020-02-17~formatting in code keybindsAChavali