oreodave
2dcb6fca83
~Interface -> Other variables
2019-11-25 16:25:59 +00:00
oreodave
e0b5442c06
~moved theming to Functions and doom-theme to doom variables
2019-11-25 16:22:47 +00:00
oreodave
e9416579fd
~moved hook to personal
2019-11-25 16:22:30 +00:00
oreodave
cec15a7a49
~Simple variables -> Personal
2019-11-25 16:22:12 +00:00
oreodave
93221a1fa6
~moved sanctioned themes to theming section
2019-11-25 16:19:55 +00:00
oreodave
9a3fa1df47
~clean up and add few more keybinds
...
+<SPC>! for shell command
~swiper -> swiper-isearch for <SPC>//
+oreodave/set-new-theme to <SPC>mt
~Font -> font for <SPC>z prefix
2019-11-25 00:20:23 +00:00
oreodave
78021ff935
~braces
2019-11-25 00:20:10 +00:00
oreodave
b44c0f737b
~clean up
...
+Put theming as it's own thing with function to choose from my own favourites
-removed greek letters
2019-11-25 00:19:36 +00:00
oreodave
d1a974c16f
+prefix m bound to personal functions
...
Reload is now under this, as well as all the cool globals
2019-11-24 23:10:24 +00:00
oreodave
188415c979
~move the global keybinds to after statements
...
The global keybinds (like <SPC><SPC>) that were initialised at load of
config remove the benefits of lazy loading through :after statements.
Thus, put them in their own after statements with better indentation.
Each topic component is now a 'module' rather than a 'prefix' (e.g.
Instead of 'prefix /' it is now 'counsel').
2019-11-24 23:07:04 +00:00
oreodave
655c8504bf
~using wicons for the weather dashboard item
...
It's a rain symbol, more fitting I think
2019-11-24 23:05:56 +00:00
oreodave
f0996b5fb2
+some more themes to preferred
2019-11-24 23:05:47 +00:00
oreodave
ffb09ad86e
~theme to molokai
2019-11-24 23:05:39 +00:00
oreodave
7a1de09490
+<SPC>f. binding for Emacs because it's been removed
2019-11-24 16:43:17 +00:00
oreodave
e54d44350a
+typescript lsp registered server
2019-11-24 16:43:02 +00:00
oreodave
ebeb79cb5e
~removed lsp and better docs for oreodave/csharp/get-unit-test
2019-11-24 16:42:50 +00:00
oreodave
361a0f7277
~theme from gruvbox to solarized dark
2019-11-19 22:41:40 +00:00
oreodave
058c31edd6
+after tags to lazy load OmniSharp testing
...
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 12:19:56 +00:00
oreodave
02fc225009
~expand-file-name for relative directory
2019-11-19 12:02:53 +00:00
oreodave
e5a4315f7b
+molokai to sanctioned themes
2019-11-18 23:00:34 +00:00
oreodave
2ee914cdfa
+load (after! macros) to org and core-keybinds
...
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 22:59:07 +00:00
oreodave
d80a3b075e
~set lsp path directly to path
2019-11-18 22:58:48 +00:00
oreodave
b44fd09e5e
+battery mode to init.el
2019-11-05 17:48:42 +00:00
oreodave
b9e1822d51
+binding for school dir
2019-11-04 16:50:10 +00:00
oreodave
f6e8328c47
~justification for oreomode
2019-11-04 16:49:49 +00:00
oreodave
828397aebf
+function to open ~/School in dired
...
Useful for reading school notes
2019-11-04 16:49:28 +00:00
oreodave
0a6384aaf6
~moved treemacs/toggle call to end of routine
...
+treemacs/toggle forces the cursor to focus on it. Open windows first
then toggle treemacs.
2019-11-04 16:38:54 +00:00
oreodave
306eee101d
+set display-line-numbers-type to nil
...
Reasoning given in buffer
2019-11-04 16:38:12 +00:00
oreodave
306eae5917
+oreomode for some basic recurrent operations
2019-11-04 01:02:23 +00:00
oreodave
a8aac76a87
~theme to gruvbox
2019-11-04 01:02:13 +00:00
oreodave
047ced231a
~themes to be better representative of what I want
2019-11-04 00:58:04 +00:00
oreodave
0a27d0ebdc
+abbrev table for greek letters
2019-11-04 00:23:44 +00:00
oreodave
9707ab1cb5
+theme config items
2019-11-04 00:22:15 +00:00
oreodave
4f14d789e7
+MEGA CHANGE, read below
...
~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 22:16:25 +00:00
oreodave
978658dc67
+search provider section
2019-11-02 22:15:16 +00:00
oreodave
c7688818d1
+org directory heading
2019-11-02 22:15:03 +00:00
oreodave
b6b3ea0652
~cleaned up interface heading
2019-11-02 22:14:48 +00:00
oreodave
170f701551
~sectioned off doom variables section
...
+description for code
2019-11-02 22:14:03 +00:00
oreodave
333741692c
+headings for separating each part of source code
2019-11-02 22:13:28 +00:00
oreodave
f1aa86fca1
-warning level setting
...
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 22:12:06 +00:00
oreodave
79b4e7515e
+prelude to Simple variables heading
2019-11-02 22:11:51 +00:00
oreodave
19d334109e
~Global variables -> Simple variables
...
Functions and stuff that take less than 2 lines
2019-11-02 22:02:41 +00:00
oreodave
dee990aae7
~detailing the situation of Emacs in my system
...
It has now fully overtaken most of my development activities, and is
central to my process now.
2019-11-02 22:02:08 +00:00
oreodave
aabf75789d
~emacs -> Emacs (capitalisation)
2019-11-02 22:01:42 +00:00
oreodave
18980487f0
+search config to add libgen to set
2019-11-01 02:36:02 +00:00
oreodave
fa14c618ca
+tag narrow in buffer map for org mode
2019-11-01 02:35:38 +00:00
oreodave
49f3dadf10
+comment
2019-11-01 02:34:46 +00:00
oreodave
19fe053050
-c-style languages config because it's redundant
2019-11-01 02:34:08 +00:00
oreodave
774d2b5874
+dap configuration to start ui and a mapping
2019-11-01 02:33:20 +00:00
oreodave
4481cfabb8
+map for dired to make using it reasonable
2019-11-01 02:32:55 +00:00