aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-05~removed quite a few plugins, moving to normal vimodave
Normal vim is enough, I want fast speeds and ease of use. Vim is not something I use for main editing - it's just for quick edits and super speed.
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~changed font to Waree i3odave
Waree is a nice font, sans serif. Cleaner UI as a result
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~rearrange stuff in zshenvodave
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+volume module to i3barodave
2020-03-17+i3lock command for quick locking my systemodave
2020-03-17~changed around split settersodave
2020-03-17~volume mod binds to 5% changesodave
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~no need for opam config anymoreAChavali
2020-03-02+set guile version to 2.2AChavali
2020-03-02+~/Scripts to PATHAChavali
2020-03-02+opam config to vimrcAChavali
2020-03-02+Ethernet support to i3statusbarAChavali
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~rebound 8,9 and 0 to mpc commandsAChavali
I will never use workspaces 8 9 and 0. Thus, use them for music!
2020-03-02+some more bindings about brightnessAChavali
Standard laptop bindings and actual keyboard bindings depending on how normie I get
2020-03-02~alignment in i3.confAChavali
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-03-02~tau to tAChavali
Term is easier to type
2020-02-18~paths for bin -> BinAChavali