Commit Graph

33 Commits

Author SHA1 Message Date
AChavali
f13af54b81 +dap hydra keybind in code
Really useful and great for lsp buffers
2020-02-17 13:25:17 +00:00
AChavali
492a0bb482 ~formatting in code keybinds 2020-02-17 13:25:07 +00:00
AChavali
c91245e4e3 +pretty-symbols for c/c++ mode
std::string and string should be 'strings' for the c/c++ mode
2020-02-17 13:22:02 +00:00
AChavali
1e17f9a6f2 ~custom -> user cstyle and formatting 2020-02-17 13:20:23 +00:00
AChavali
874c735f00 +generate templates to keybind 2020-02-15 23:20:44 +00:00
AChavali
6bf8d99a9c ~bad function name 2020-02-15 23:20:28 +00:00
AChavali
d5e1b6afd6 ~prefix description for keybinds must be uppercase
like other doom keybinds, the description must be uppercase
2020-02-15 23:11:37 +00:00
AChavali
255c7597e9 ~lsp-mode -> lsp-ui
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 20:45:11 +00:00
AChavali
ccce91eccc ~order of dashboard functions, -open books
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 19:53:14 +00:00
AChavali
a1c80b3199 +haskell configuration code
For dante, setup the repl-command-line
2020-02-09 18:52:02 +00:00
AChavali
08cc5bd148 ~removed goto functions and using lambdas now
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 18:52:00 +00:00
AChavali
d7aee574f4 ~Variables -> Variables and Bootstrapping other modules
More descriptive heading
2020-02-09 12:35:32 +00:00
AChavali
f9e9f48c75 ~refactor theme module to have it's own namespace
oreodave/theme is the dedicated function/state namespace for theme
management. It's just cleaner and nicer.
2020-02-09 12:31:22 +00:00
AChavali
5c72c72a09 ~ivy-posframe now applies to set of functions
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-09 12:30:53 +00:00
AChavali
c66f8cc69a +lsp config
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 13:20:59 +00:00
AChavali
4ea8e2b7f2 -c# style
No need for it, when I already have one installed with C# mode.
2020-02-08 13:20:59 +00:00
AChavali
5caacfa222 ~allman -> custom c-style
This c-style doesn't fully conform to allman, using parts of Linux,
thus let's just call it custom.
2020-02-08 13:20:59 +00:00
AChavali
ea129457a0 +ivy posframe general config
For all ivy functions, display at the bottom center. Will be specialised soon.
2020-02-08 13:15:41 +00:00
AChavali
c347c9cc27 -vterm config
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 13:15:11 +00:00
AChavali
951b9b5a67 ~decomposed C# config into several subheadings
Same reason as big keymap. Easier to work with.
2020-02-08 13:14:44 +00:00
AChavali
c4acb20f2d ~keymap is now decomposed into several subheadings
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 13:12:51 +00:00
AChavali
5b3a06d9cd ~moved all descriptors above code blocks
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 13:12:02 +00:00
AChavali
5353f9538b +bookmark-default-file
Bookmarks getting deleted everytime I update doom is so annoying.
Instead, store it in the private dir from the get go
2020-02-08 13:10:40 +00:00
AChavali
ee610c65c4 ~string= for test in cl-pushnew lookup-provider
: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 13:09:49 +00:00
AChavali
116cfec811 -wakatime
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-02-08 13:08:56 +00:00
AChavali
ec4d0c22cd ~prefix / -> prefix s
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 02:32:24 +00:00
AChavali
afdd948e27 +omnisharp--unit-test-emit-results
I have to see the test output from my tests!
2020-01-17 02:32:01 +00:00
AChavali
80cf04fc02 +vterm package config to load it at first command
I use Emacs as my terminal emu now, which means vterm needs to be loaded
from the get go.
2020-01-05 22:51:09 +00:00
AChavali
acad41f28a ~switch to the space images that val0r provides
This black hole image is much better than the other space image, though
I may interchange between them
2020-01-05 22:50:37 +00:00
AChavali
264de06b96 ~Internal -> Package config, defer wakatime to pre-command-hook
~Package config is more fitting a name
~Wakatime should be deferred till after the first command is run
2020-01-05 22:49:54 +00:00
AChavali
fd0c0c4361 ~font size 20 -> 17 2020-01-05 22:49:29 +00:00
AChavali
b42df21947 ~password-store-get -> password-store/get-password
Use my own function instead of theirs, I like the GUI for pass more than
the text version
2020-01-03 00:59:04 +00:00
AChavali
5bd1fbf51a ~config.org -> modules/config.org
config.el is a file that routes to the bin/config.el, and now config.org
is a module
2019-12-30 23:26:29 +00:00