Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-11-02 | +search provider section | oreodave | |
2019-11-02 | +org directory heading | oreodave | |
2019-11-02 | ~cleaned up interface heading | oreodave | |
2019-11-02 | ~sectioned off doom variables section | oreodave | |
+description for code | |||
2019-11-02 | +headings for separating each part of source code | oreodave | |
2019-11-02 | -warning level setting | oreodave | |
Org error has been removed, so what's the point of this? Only stops me from seeing any critical errors I might've missed. | |||
2019-11-02 | +prelude to Simple variables heading | oreodave | |
2019-11-02 | ~Global variables -> Simple variables | oreodave | |
Functions and stuff that take less than 2 lines | |||
2019-11-02 | ~detailing the situation of Emacs in my system | oreodave | |
It has now fully overtaken most of my development activities, and is central to my process now. | |||
2019-11-02 | ~emacs -> Emacs (capitalisation) | oreodave | |
2019-11-02 | ~bindings to somewhat resemble doom Emacs | oreodave | |
More thought needs to be put into this. | |||
2019-11-02 | -fzf entry system, I'll manage on my own | oreodave | |
2019-11-02 | -plugins that are useless | oreodave | |
Vim has been very slow, and I've been procrastinating to fix this. When using Vim on a new machine with just the bare minimums I was reminded of the insane speed it could access, so I removed items I felt were increasing time to boot or were useless. | |||
2019-11-01 | +search config to add libgen to set | oreodave | |
2019-11-01 | +tag narrow in buffer map for org mode | oreodave | |
2019-11-01 | +comment | oreodave | |
2019-11-01 | -c-style languages config because it's redundant | oreodave | |
2019-11-01 | +dap configuration to start ui and a mapping | oreodave | |