Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Moved all org files from modules, which should really just hold modules,
to another location (config). Cleaner and easier to use
|
|
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.
|
|
Oreoline is a simple modeline using telephone-line. It does most of what
I need and decreases my load time by a bit.
|
|
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.
|
|
Removed ivyposframe and battery mode cos they're useless.
|
|
libgen.me, even though it has a better UI, it doesn't have a great UX.
Furthermore, doesn't work most of the time.
|
|
The ocaml module doesn't really work properly as of right now, so I'm
using my own version.
|
|
Code cleanliness
|
|
Change was not fully propagated, only just realised now.
|
|
Really useful and great for lsp buffers
|
|
|
|
std::string and string should be 'strings' for the c/c++ mode
|
|
|
|
|
|
|
|
|
|
like other doom keybinds, the description must be uppercase
|
|
|
|
lsp-mode already has a hook for lsp-ui. So I'll just add a hook to
lsp-ui for lsp-ui-doc.
|
|
Time for load will be presented before menu.
Removed open books because it's useless when I can just use the keybind.
|
|
For dante, setup the repl-command-line
|
|
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.
|
|
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
|
|
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.
|
|
Similar to my previous refactoring, I am just repositioning some
documentation around the code blocks to be at the start rather than the
end. This is for the literate system particularly
|
|
Just better formatting and some nice docstrings for easier use in my
literate module.
|
|
More descriptive heading
|
|
Instead of using "use-package!" which will handle loading stuff,
flyspell is already in the hook for org mode. Therefore, inherently,
org-mode and flyspell will be loaded automatically in tandem. So I just
made a map! call that will run after flyspell and org have been loaded,
then just set-up the key binds itself.
|
|
oreodave/theme is the dedicated function/state namespace for theme
management. It's just cleaner and nicer.
|
|
Ivy-posframe now only applies to a set of functions through the
ivy-display-functions-alist. Some functions just aren't meant to be
posframed and are incredibly slow when using posframes, so I don't put
those in the list. Those functions in the list are functions that have a
negligible change in performance while providing a much better
experience via posframe.
|
|
org-directory and org-agenda-files are annoying to setup and are vital
to using emacs for me. I don't load org-mode files necessarily before
using these variables. Thus, set them outside of the (after! org) call,
then do the mapping inside (after! org) because this is a very important system.
|
|
|
|
|
|
When doing an offline template download, it's more the directory than a
file that you're copying and moving.
|
|
LSP config that triggers lsp-ui-doc-mode when lsp is loaded. Also sets
lsp-ui-doc-position to top because it's really annoying to see it pop up
on cursor.
|
|
No need for it, when I already have one installed with C# mode.
|
|
This c-style doesn't fully conform to allman, using parts of Linux,
thus let's just call it custom.
|
|
For all ivy functions, display at the bottom center. Will be specialised soon.
|
|
No need to use Emacs as my shell. Just use Konsole and be happy. As a
result, no need to load vterm early.
|
|
Same reason as big keymap. Easier to work with.
|
|
Keymap needs to be split because oh god trying to edit it as one huge
block was a bad idea. Instead split it into module components and write
there. Easier to navigate, edit and consider than one massive block.
|
|
Easier to read and understand what this code block does if I describe it
straight away rather than scrolling to the bottom to see what it does.
|
|
Bookmarks getting deleted everytime I update doom is so annoying.
Instead, store it in the private dir from the get go
|
|
:test string= makes it so cl-pushnew will test if there are any "Libgen"
records already in the alist before pushing. Basically, unique records.
|