Commit Graph

2060 Commits

Author SHA1 Message Date
oreodave
2a22942051 -packages nov and mmm-mode because they're useless 2019-11-01 02:31:59 +00:00
oreodave
dba1ffa8e5 ~variables 2019-11-01 02:31:51 +00:00
oreodave
cbaaa5ef68 +editor config
Easier to use this than to use emacs' settings
2019-11-01 02:31:18 +00:00
oreodave
15b699e105 -download items section
Barely use it, useless for anything except *get* requests.
2019-11-01 02:30:57 +00:00
oreodave
c48bd66136 ~books binding in general keymap 2019-11-01 02:30:36 +00:00
oreodave
4cb119358b +splash image for emacs
Killer Queen image from Part 4 of JoJo. Just thought it would look nice
2019-11-01 02:29:18 +00:00
oreodave
4e688a9986 ~font to Hack
Using a little snippet of code to change some symbols back to normal
2019-11-01 02:28:31 +00:00
oreodave
f603e89e2e ~"c-mode c++-mode" -> cc-mode for c hook
Finally found why my C config wasn't working correctly: wasn't
targeting the right package in after
2019-10-25 22:06:08 +01:00
oreodave
af4b686adc ~emacs-lisp -> elisp in src blocks
elisp is easier to read, write and say than emacs-lisp. Verbosity isn't
necessarily the best policy
2019-10-25 22:05:40 +01:00
oreodave
33a5cbb483 ~custom functionality -> meta/custom other stuff
Renamed header because it was more that than this.
+feature to universally format code using format-all
2019-10-25 22:04:18 +01:00
oreodave
0d136500fe +alias clang-format to use local files for styles 2019-10-25 22:02:18 +01:00
oreodave
f99dbea0ae +indent-guides
Very useful when coding, simple but necessary feature
2019-10-25 22:01:50 +01:00
oreodave
f91c065086 ~langs available
+javascript with lsp
-ocaml
2019-10-25 02:24:20 +01:00
oreodave
868604c4f3 -c-set-style reference; it's already set in init 2019-10-24 23:25:51 +01:00
oreodave
e037e4b89b +c-default-styles 2019-10-24 23:19:07 +01:00
oreodave
1d6b18ca13 +fira code pretty expansion 2019-10-24 23:17:37 +01:00
oreodave
37aa72d616 +bindings to narrow and expand from a heading 2019-10-24 23:16:14 +01:00
oreodave
fa4636b564 ~c-default-style to java
using default function call instead of setting the variable automagically
2019-10-24 23:15:49 +01:00
oreodave
59d72c6aa1 +omnisharp-unit-test-emit results function back
Reimpl to allow results to always be printed
2019-10-24 23:15:29 +01:00
oreodave
502f2669c8 +c-style language item to set style automatically
This needs to be set in variables preferably
2019-10-24 23:14:56 +01:00
oreodave
e0bd72a356 +font setting
Fira code, size 18
2019-10-24 23:14:35 +01:00
oreodave
0a53816560 -notes and keybinds section
serves no purpose may as well keep in my personal repository
2019-10-24 23:14:12 +01:00
oreodave
e3cfbe0c46 ~org dispatch keybind "ee" -> "e"
I use org dispatch so often, it should have its own single binding for
quick use
2019-10-16 13:21:28 +01:00
oreodave
56e27544b6 ~prefix for frames m -> F (F for frames)
f is already bound to "find" for items, thus capital F. I don't use the
frame commands often enough to bind them to something as important as
<SPC>m, thus F is the best.
2019-10-16 13:20:43 +01:00
oreodave
57aaddb476 +description for json section 2019-10-16 13:20:31 +01:00
oreodave
9e678c5b7a +general map to leader for opening the rss app 2019-10-16 13:20:18 +01:00
oreodave
6670244682 +better description for projectile section in conf 2019-10-16 13:19:56 +01:00
oreodave
be7dc9150c +map for calendar opening quickly 2019-10-16 13:19:42 +01:00
oreodave
bd30a83855 -removed output item 2019-10-13 23:19:47 +01:00
oreodave
e9923a31f4 +haskell module 2019-10-13 00:50:15 +01:00
oreodave
56653bffb2 ~cleanup 2019-10-13 00:50:03 +01:00
oreodave
f2e98f3c2f ~hashes for themes 2019-10-01 11:25:23 +01:00
oreodave
d4aae4fcab +a few more modules
+format
+debugger
+flyspell
+pass
+rgb
+cc + lsp
+calendar
2019-10-01 11:24:18 +01:00
oreodave
eed79def43 ~spacing of ivy 2019-10-01 11:24:01 +01:00
oreodave
e588781d78 +hook for org mode to turn on visual line mode
I like visual line mode, and sometimes when exporting text to another
app auto fill can't satisfy the needs. Thus visual line mode to the rescue!
2019-10-01 11:23:04 +01:00
oreodave
e230f912f3 +functionality for managing books 2019-10-01 11:22:42 +01:00
oreodave
d69ab52cca ~construct-tags to return string, added brackets around org bindings 2019-09-26 09:08:45 +01:00
oreodave
78c485af03 ~split packages and func into two headings
Easier to manage
2019-09-26 08:57:38 +01:00
oreodave
a136a6102c +.local/bin to path 2019-09-26 08:56:13 +01:00
oreodave
24ea318bda +lsp for python
The python language server is the best thing since sliced bread -
incredible parsing and universal completion for any editor!
2019-09-26 08:55:33 +01:00
oreodave
f613e3c6de +style to csharp mode hook 2019-09-26 08:55:11 +01:00
oreodave
0de298f075 +feature to download json and parse it in emacs
Restclient doesn't seem to work anymore (at least for my ASP.NET API),
thus making this thing to do gets quickly
2019-09-26 08:54:26 +01:00
oreodave
16ccefb723 +map to elfeed to update feeds using u 2019-09-26 08:54:12 +01:00
oreodave
fecd959556 +binding to fold all code within a level 2019-09-26 08:53:48 +01:00
oreodave
529bce65f6 +binding for buffer specific tags like vscode
+<SPB>/b for listing tags in current buffer
2019-09-26 08:53:16 +01:00
oreodave
9185ab93ea +setting variables
+truncate lines option
+c-basic-offset to variables
2019-09-26 08:52:50 +01:00
oreodave
63cce1dfc4 +config for wttrin
Uses pass to store my location. Custom function to display weather in
local area
2019-08-27 17:38:13 +01:00
oreodave
784e5f8620 ~more updated comments on c# 2019-08-27 17:32:42 +01:00
oreodave
a048ec2bb4 ~prop snippet name to mirror official snippet name
official snippet uses some weird c++ styling, not really good for c#.
Thus, reimplement with my own snippet
2019-08-27 17:29:35 +01:00
oreodave
9be682d61e ~csharp keybinds
Most tests are done by omnisharp functions. I have no need to use custom
functions anymore. Just this one for global test search and deploy
2019-08-27 17:29:28 +01:00