Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-24 | +some more themes to preferred | oreodave | |
2019-11-24 | ~theme to molokai | oreodave | |
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-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 | ~expand-file-name for relative directory | 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-05 | +battery mode to init.el | 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 | ~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 | ~themes to be better representative of what I want | 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-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 | |
2019-11-01 | +map for dired to make using it reasonable | oreodave | |
2019-11-01 | -download items section | oreodave | |
Barely use it, useless for anything except *get* requests. | |||
2019-11-01 | ~books binding in general keymap | oreodave | |
2019-11-01 | +splash image for emacs | oreodave | |
Killer Queen image from Part 4 of JoJo. Just thought it would look nice | |||
2019-11-01 | ~font to Hack | oreodave | |
Using a little snippet of code to change some symbols back to normal | |||
2019-10-25 | ~"c-mode c++-mode" -> cc-mode for c hook | oreodave | |
Finally found why my C config wasn't working correctly: wasn't targeting the right package in after | |||
2019-10-25 | ~emacs-lisp -> elisp in src blocks | oreodave | |
elisp is easier to read, write and say than emacs-lisp. Verbosity isn't necessarily the best policy | |||
2019-10-25 | ~custom functionality -> meta/custom other stuff | oreodave | |
Renamed header because it was more that than this. +feature to universally format code using format-all | |||
2019-10-24 | -c-set-style reference; it's already set in init | oreodave | |
2019-10-24 | +bindings to narrow and expand from a heading | oreodave | |
2019-10-24 | ~c-default-style to java | oreodave | |
using default function call instead of setting the variable automagically | |||
2019-10-24 | +omnisharp-unit-test-emit results function back | oreodave | |
Reimpl to allow results to always be printed |