odave
69af0bc2d3
~set the default theme doom-molokai -> base16-3024
2020-03-26 14:43:19 +00:00
odave
d48e8f2b2d
+increased theme-list to include base16 themes
2020-03-26 14:43:19 +00:00
odave
e306bd0db1
~updated how I feel about certain themes
2020-03-26 14:43:19 +00:00
odave
f1f9aba610
+user variables section to personal config
2020-03-26 14:43:19 +00:00
odave
8c4189397a
+base16 themes package
2020-03-26 14:43:19 +00:00
odave
fc21da685f
~cleaning up written text and code
...
Stuff that is inaccurate now, cleaned up to be up-to-date.
2020-03-26 14:43:19 +00:00
odave
ce0c84d7e4
+unity support for c# module
2020-03-26 13:53:54 +00:00
odave
509f7366f9
-collab modules
...
They don't exist in doom anymore, so no need for them to take up space
2020-03-26 13:53:35 +00:00
odave
08d0bfad75
+ocaml private with lsp, -ocaml doom module
2020-03-26 13:53:16 +00:00
odave
b6f7779397
+custom ocaml module
...
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-26 13:52:22 +00:00
odave
60237c6ebc
~moved around headers
2020-03-18 13:56:39 +00:00
odave
5f4f5f5a40
~changed faces colours
2020-03-18 13:56:21 +00:00
odave
91ae8862d2
~lsp-segment -> oreline-lsp-segment
2020-03-18 13:55:54 +00:00
odave
7eda4bbe18
~changed gentemplate binding in config.org
2020-03-17 19:14:02 +00:00
odave
846db264e6
+gentemplate to init.el modules
2020-03-17 19:13:58 +00:00
odave
10ed4eae24
+description for oredave/literate/compile-hook
2020-03-17 17:46:24 +00:00
odave
61a91e376d
+some descriptions for each variable in constants
...
This is for the literate org file.
2020-03-17 17:45:07 +00:00
odave
99c1664647
~changed literate to reflect changes in filesystem
2020-03-17 17:45:07 +00:00
odave
7414e9c790
~modules/*.org -> config/*.org
...
Moved all org files from modules, which should really just hold modules,
to another location (config). Cleaner and easier to use
2020-03-17 17:30:23 +00:00
odave
9ced0a3677
~gentemplate.org -> gentemplate module
...
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 17:03:10 +00:00
odave
2fb09da2a3
+telephone line to my init.el
2020-03-17 16:13:55 +00:00
odave
ebdeb96ac9
+my first and very own module
...
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 16:13:55 +00:00
odave
d3496f58ac
+fsharp config
...
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 16:05:43 +00:00
odave
f592721f18
~cleaned up config.el
...
Removed ivyposframe and battery mode cos they're useless.
2020-03-17 16:05:31 +00:00
AChavali
18e8902932
~switched up the libgen url
...
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 23:19:02 +00:00
AChavali
ef59a14852
+basic ocaml support without the ocaml module
...
The ocaml module doesn't really work properly as of right now, so I'm
using my own version.
2020-03-02 23:15:51 +00:00
AChavali
5ee6c267a9
+goto-dotfiles function
...
Code cleanliness
2020-03-02 23:14:51 +00:00
AChavali
84755d4e42
+rest module
...
Really useful and actually works.
2020-03-02 23:14:06 +00:00
AChavali
6ae02a4117
~oreodave/theme-list -> oreodave/themes/theme-list
...
Change was not fully propagated, only just realised now.
2020-02-18 01:30:44 +00:00
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
be987a0737
+java w/ lsp
2020-02-17 13:19:54 +00:00
AChavali
abb4226d71
+new java template so update gentemplates
2020-02-17 13:19:40 +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
5f0fbfbf25
~moved around doc blocks
2020-02-15 22:39:36 +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
eb203c229c
~using dante for haskell now
...
Omg haskell is so fidgety on Emacs. Or maybe doom is badly configured?
Anyway, using dante I can setup a comfy way to edit stuff in org mode
and directly in an hs file.
2020-02-09 18:27:39 +00:00
AChavali
2728101a75
~gentemplate
...
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
2020-02-09 18:27:10 +00:00
AChavali
3d61d02ea0
-oreomode
...
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.
2020-02-09 12:51:17 +00:00
AChavali
7e887d8af9
~repositioning of documentation around code blocks
...
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
2020-02-09 12:37:06 +00:00
AChavali
cf651fe375
~formatting, docstrings for functions in literate
...
Just better formatting and some nice docstrings for easier use in my
literate module.
2020-02-09 12:36:36 +00:00
AChavali
d7aee574f4
~Variables -> Variables and Bootstrapping other modules
...
More descriptive heading
2020-02-09 12:35:32 +00:00
AChavali
55dfa4f0d9
~flyspell is in a map! call
...
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.
2020-02-09 12:32:01 +00:00