aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/config.org
AgeCommit message (Collapse)Author
2020-02-09~order of dashboard functions, -open booksAChavali
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 codeAChavali
For dante, setup the repl-command-line
2020-02-09~removed goto functions and using lambdas nowAChavali
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~Variables -> Variables and Bootstrapping other modulesAChavali
More descriptive heading
2020-02-09~refactor theme module to have it's own namespaceAChavali
oreodave/theme is the dedicated function/state namespace for theme management. It's just cleaner and nicer.
2020-02-09~ivy-posframe now applies to set of functionsAChavali
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.
2020-02-08+lsp configAChavali
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.
2020-02-08-c# styleAChavali
No need for it, when I already have one installed with C# mode.
2020-02-08~allman -> custom c-styleAChavali
This c-style doesn't fully conform to allman, using parts of Linux, thus let's just call it custom.
2020-02-08+ivy posframe general configAChavali
For all ivy functions, display at the bottom center. Will be specialised soon.
2020-02-08-vterm configAChavali
No need to use Emacs as my shell. Just use Konsole and be happy. As a result, no need to load vterm early.
2020-02-08~decomposed C# config into several subheadingsAChavali
Same reason as big keymap. Easier to work with.
2020-02-08~keymap is now decomposed into several subheadingsAChavali
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.
2020-02-08~moved all descriptors above code blocksAChavali
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.
2020-02-08+bookmark-default-fileAChavali
Bookmarks getting deleted everytime I update doom is so annoying. Instead, store it in the private dir from the get go
2020-02-08~string= for test in cl-pushnew lookup-providerAChavali
:test string= makes it so cl-pushnew will test if there are any "Libgen" records already in the alist before pushing. Basically, unique records.
2020-02-08-wakatimeAChavali
No need to send my shit elsewhere, I'll handle timing myself if necessary. I really don't use this service anymore, and honestly it's more of a hassle than needed.
2020-01-17~prefix / -> prefix sAChavali
I've finally moved on with doom to SPC s instead of SPC /. SPC s is faster than /. Most of the functions are on their excluding searching via etags, so I just need that.
2020-01-17+omnisharp--unit-test-emit-resultsAChavali
I have to see the test output from my tests!
2020-01-05+vterm package config to load it at first commandAChavali
I use Emacs as my terminal emu now, which means vterm needs to be loaded from the get go.
2020-01-05~switch to the space images that val0r providesAChavali
This black hole image is much better than the other space image, though I may interchange between them
2020-01-05~Internal -> Package config, defer wakatime to pre-command-hookAChavali
~Package config is more fitting a name ~Wakatime should be deferred till after the first command is run
2020-01-05~font size 20 -> 17AChavali
2020-01-03~password-store-get -> password-store/get-passwordAChavali
Use my own function instead of theirs, I like the GUI for pass more than the text version
2019-12-30~config.org -> modules/config.orgAChavali
config.el is a file that routes to the bin/config.el, and now config.org is a module