Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-24 | ~using wicons for the weather dashboard item | oreodave | |
It's a rain symbol, more fitting I think | |||
2019-11-24 | +some more themes to preferred | oreodave | |
2019-11-24 | ~theme to molokai | oreodave | |
2019-11-24 | ~init el something, idk | oreodave | |
Themes, csharp specific hooks, etc | |||
2019-11-24 | +<SPC>f. binding for Emacs because it's been removed | oreodave | |
2019-11-24 | +typescript lsp registered server | oreodave | |
2019-11-24 | ~removed lsp and better docs for oreodave/csharp/get-unit-test | oreodave | |
2019-11-24 | +keybind jk to escape text | oreodave | |
2019-11-19 | ~theme from gruvbox to solarized dark | oreodave | |
2019-11-19 | +after tags to lazy load OmniSharp testing | oreodave | |
Unless I need to test something right now, I won't load OmniSharp straight away. As a result, I'll just leave it as a 'on load' option: I intentionally have to turn on OmniSharp-mode myself before I get these testing features. | |||
2019-11-19 | +omnisharp package for testing in emacs | oreodave | |
2019-11-19 | ~expand-file-name for relative directory | oreodave | |
2019-11-19 | +comments for each package reference | oreodave | |
2019-11-19 | ~formatting in init.el | oreodave | |
2019-11-18 | +subheading for other content | oreodave | |
2019-11-18 | +subheading on 'how to use' for a project workflow | oreodave | |
2019-11-18 | +lsp server as a dependency | oreodave | |
2019-11-18 | ~moved emacs to top and added git as dependency | oreodave | |
2019-11-18 | +routine to clone templates to Projects/Templates | oreodave | |
2019-11-18 | +few more directory depedencies | oreodave | |
2019-11-18 | +Generate template offline by copying the git dir | oreodave | |
In case I'm offline, just use this function to generate new projects through copying the template item directly | |||
2019-11-18 | ~move emote meme to end | oreodave | |
2019-11-18 | +molokai to sanctioned themes | oreodave | |
2019-11-18 | +load (after! macros) to org and core-keybinds | oreodave | |
Load everything lazily!!! Apparently not even the core stuff is needed all the time, meaning you could lazy load these critical things like the core keybinds, or the org directory. Furthermore, during the load process you can leave it till last. | |||
2019-11-18 | ~set lsp path directly to path | oreodave | |
2019-11-18 | +csharp lsp and c-offsets | oreodave | |
2019-11-05 | +battery mode to init.el | oreodave | |
2019-11-05 | ~foramt | oreodave | |
2019-11-05 | ~tabs->tabbar | oreodave | |
Doom updated this module, had to update the init | |||
2019-11-05 | +icons to ivy | oreodave | |
2019-11-05 | -base16 theme | oreodave | |
2019-11-05 | ~yapf to python2 | oreodave | |
2019-11-05 | +for the meme | oreodave | |
2019-11-04 | +binding for school dir | oreodave | |
2019-11-04 | ~justification for oreomode | oreodave | |
2019-11-04 | +function to open ~/School in dired | oreodave | |
Useful for reading school notes | |||
2019-11-04 | +make school dir and a few more text deps | oreodave | |
+touch notes and todo in ~/Text +mkdir school directory | |||
2019-11-04 | ~bindings for files | oreodave | |
<SPC>ff -> :Files . <CR> <SPC>fF -> :Files (input) | |||
2019-11-04 | +gruvbox theme to safe themes with a few others | oreodave | |
2019-11-04 | ~moved treemacs/toggle call to end of routine | oreodave | |
+treemacs/toggle forces the cursor to focus on it. Open windows first then toggle treemacs. | |||
2019-11-04 | +set display-line-numbers-type to nil | oreodave | |
Reasoning given in buffer | |||
2019-11-04 | +oreomode for some basic recurrent operations | oreodave | |
2019-11-04 | ~theme to gruvbox | oreodave | |
2019-11-04 | ~testing more themes, new themes to alist | oreodave | |
2019-11-04 | ~themes to be better representative of what I want | oreodave | |
2019-11-04 | +base 16 themes | oreodave | |
2019-11-04 | ~themes init.el | oreodave | |
2019-11-04 | +abbrev table for greek letters | oreodave | |
2019-11-04 | +theme config items | oreodave | |
2019-11-02 | +MEGA CHANGE, read below | oreodave | |
~custom portion -> custom functions and respective subheadings ~extracted functions for going to books and reloading Emacs into their own section ~moved most of the custom meta stuff into the General Keymap because they can be implemented using the ":after" thingy ~General Keymap -> Keymap +dashboard functionality: using dashboard API changed some stuff on the dashboard, mainly the number of items and the splash screen ~wttrin custom function doesn't await loading, it's a small package and functionality set anyway, and is part of the dashboard as well ~bracing style is more concrete: If in the same function call/attribute, up to two layers, cement Otherwise leave open. |