dx
9b267b1155
+hook to org mode for auto-fill-mode
2020-05-14 16:18:13 +01:00
dx
a0459a6397
+configuration for ranger
...
Just hidden files and cleanup really, those were the two things that
annoyed me the most about doom-vanilla ranger.
2020-05-14 16:18:13 +01:00
dx
fef89fbbf4
+Calc configuration +calctex
...
Setting up hooks and keymaps, as well as radians mode for calc. Calctex
mode makes calc look nicer, some eyecandy
2020-05-14 16:18:13 +01:00
dx
2aa56a1d20
+added funny meme
...
hahah please laugh
2020-05-14 16:18:13 +01:00
dx
1cdb662b08
+quit parameter to popup-rule in literate
2020-05-13 04:56:08 +01:00
dx
51ab820b6f
+org-fragtog-mode to org-mode-hook
2020-05-13 04:56:08 +01:00
dx
1195569732
~moved thesaurus to org section
2020-05-13 04:54:41 +01:00
dx
f0259cc902
+Emacs splash screens
2020-05-13 04:54:21 +01:00
dx
e60e85757a
~set superstar headline bullets
...
Default doom emacs ones get a bit stale after a while, so I set these
new ones with differing polygons! They progress by number of vertices.
2020-05-13 02:56:23 +01:00
dx
034224fd93
+hook to set c-style to user on cc-mode-hook
2020-05-11 19:10:13 +01:00
dx
f4ad02ef81
+narrowing module, from narrowing handler in config.org
2020-05-10 18:01:37 +01:00
dx
786b21b019
+bind to M-c for count-words
...
When using visual mode, I often require the size of the selected region.
My modeline doesn't currently have a method of displaying selected text
properties, so I set this. Only works in visual mode.
2020-05-10 17:28:07 +01:00
dx
5bd00101fc
~clean p the narrow state config
...
Basically, setq -> defvar and using cond instead of if due to the
ability to do multiple conditions for the body of an 'if'.
I might make this a module actually.
2020-05-10 17:25:56 +01:00
dx
717181328c
+prettify-symbols config in packages config
...
This is easier to do, I found another problem with it so I moved the C++
config to one universal one.
2020-05-05 20:54:55 +01:00
dx
cbe9926bc4
+yaml packages
2020-05-05 02:59:56 +01:00
dx
881daaa8a8
~spaces -> tabs
...
Formatting included
2020-05-05 02:59:45 +01:00
dx
72725dd00d
~literate/load-files instead of trying to guess them
2020-05-05 02:59:45 +01:00
dx
1377fe212d
+popup rule for async-shell-command buffer
2020-05-05 02:59:45 +01:00
dx
fbc6a4427c
~call-process -> async-shell-command
...
Async shell command gives me a buffer for my output, is faster as it's
async rather than blocking my Emacs, and all around better to use.
2020-05-05 02:59:45 +01:00
dx
cfc7859884
~setq -> defvar
2020-05-05 02:59:45 +01:00
dx
fd557152ed
+braces to end of org keymap
2020-05-05 02:59:45 +01:00
dx
65aa56eee6
+custom rss module
...
When using the inbuilt RSS module, this becomes my personal config for
that module.
However, when not using that and instead using the newsticker inbuilt
for Emacs, I've got a config for that as well.
2020-05-05 02:59:45 +01:00
dx
1b3c266d77
+default frame alpha setting
...
Make Emacs slightly transparent, might as well use the compositor.
2020-05-05 02:59:45 +01:00
dx
be092753df
~bindings for section jumping to jump-item
...
Section jumping can be done through the square bracket binds, which are
actually quite intuitive. So I instead bound TAB to be jump
item (usually in vim it's "%") which allows me to quick jump around files.
2020-05-05 02:59:45 +01:00
dx
a62791091e
~rearranged some documenting content in config.org
2020-05-05 02:59:45 +01:00
dx
cb6e01f0f7
-narrowing binds for org mode
...
The normal 'z{nN}' binds are good enough for me.
2020-05-05 02:59:45 +01:00
dx
ba80198a56
~Header args option to stop results output
...
This is so my codeblocks don't clutter the org file.
2020-05-05 02:59:45 +01:00
dx
c65cf688fc
~doom.d -> Doom/.doom.d
...
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00