AChavali
bdbec5ea5f
+comments to install script
2019-12-30 13:05:47 +00:00
A. Chavali
cad13a7674
~gentemplate capable of handling variadic args
...
By iterating over all arguments from index 1 .. the end of the list, we
can get multiple projects generate at once.
gentemplateoff also gets this benefit :)
2019-12-20 21:00:03 +00:00
A. Chavali
dbed0c4f60
-removed a few useless packages as I move to Emacs
...
Emacs is now, officially, my editor of choice. No need to have as many
packages on vim
2019-12-20 20:10:39 +00:00
A. Chavali
e60e02470c
+Name to buffers prefix
2019-12-20 20:10:39 +00:00
A. Chavali
5353221617
~no need to lazy load lookup
2019-12-20 20:10:39 +00:00
A. Chavali
d64f5463a2
~bracket, end of file parsing otherwise
2019-12-20 20:10:39 +00:00
A. Chavali
10f4bec799
~no need for regex replace in search() function
...
Using a new query url ("duckduckgo.com/?=something"), I don't need to
replace all spaces with underscores as duckduckgo does it for me
2019-12-20 20:10:39 +00:00
A. Chavali
0f0897c0a1
~redid Emacs commands from terminal
...
Instead of SPC you have two commands:
+ spc: Opens a new frame with a file open
+ spu: Updates a currently opened frame with this new file
2019-12-20 20:10:39 +00:00
A. Chavali
62295b083b
+zshenv header for mode in Emacs, changed path
2019-12-20 20:10:39 +00:00
A. Chavali
a39942ef1f
~made wakatime a config package, not a module
...
Wakatime is so easy to configure there's basically no point to it being
a module. Thus, I ported it to the config.
2019-12-20 20:10:39 +00:00
A. Chavali
601f737a42
+calendar.org to org-agenda-files
2019-12-20 19:58:54 +00:00
oreodave
865dba55c8
-childframe
2019-11-25 19:08:04 +00:00
oreodave
a7761b7385
+binding descriptions for prefixes in map!
2019-11-25 16:50:47 +00:00
oreodave
c3b3cf97f4
-removed ag
...
Ag is not supported by doom, and I personally use ripgrep a lot more
2019-11-25 16:50:29 +00:00
oreodave
7f154120fc
~formatting of code and org items
2019-11-25 16:50:24 +00:00
oreodave
4b06654f13
~put libgen and org-directory into other variables
2019-11-25 16:26:19 +00:00
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
0ffa96870f
+snippets
2019-11-25 14:23:50 +00:00
oreodave
e3034c639b
+ignore records
2019-11-25 14:23:40 +00:00
oreodave
c339aa17f9
+gitignore with no items
2019-11-25 14:21:37 +00:00
oreodave
c8d1d3ac2c
+childframe for ivy once again
2019-11-25 00:21:26 +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
47145448e5
~init el something, idk
...
Themes, csharp specific hooks, etc
2019-11-24 16:43:36 +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
5102d03bdd
+keybind jk to escape text
2019-11-24 16:41:00 +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
8715fb0762
+omnisharp package for testing in emacs
2019-11-19 12:03:17 +00:00
oreodave
02fc225009
~expand-file-name for relative directory
2019-11-19 12:02:53 +00:00
oreodave
9a427c8f6e
+comments for each package reference
2019-11-19 12:02:30 +00:00
oreodave
eb2652884e
~formatting in init.el
2019-11-19 12:02:18 +00:00
oreodave
ed40fce38c
+subheading for other content
2019-11-18 23:18:06 +00:00
oreodave
8d70280c0f
+subheading on 'how to use' for a project workflow
2019-11-18 23:17:44 +00:00
oreodave
10c8ba358c
+lsp server as a dependency
2019-11-18 23:14:24 +00:00
oreodave
629619eb84
~moved emacs to top and added git as dependency
2019-11-18 23:14:07 +00:00
oreodave
b721854134
+routine to clone templates to Projects/Templates
2019-11-18 23:11:20 +00:00
oreodave
aed71004b9
+few more directory depedencies
2019-11-18 23:10:49 +00:00