Age | Commit message (Collapse) | Author |
|
Basically, instead of generating files at every save on Emacs, just load
them via org-babel-load-file. This means that I can rely on those
functions to compile and manage org file to elisp file conversions. This
happens at first run time, and will not compile org files to el files if
there have been no changes to the org files.
|
|
|
|
|
|
|
|
|
|
This command doesn't work for icomplete, so I can't do this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'd rather just have the style set
|
|
If I turn off Ivy I should still be able to use SPC SPC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I use that binding a lot, makes sense to use lower w instead
|
|
In hindsight, lsp-ui-mode only makes lsp-mode more intrusive, slow and
buggy. It's better to rely on other Emacs and Doom systems (+lookup* for
example) for some of the stuff that it gives rather than it.
|
|
|
|
Just hidden files and cleanup really, those were the two things that
annoyed me the most about doom-vanilla ranger.
|
|
Setting up hooks and keymaps, as well as radians mode for calc. Calctex
mode makes calc look nicer, some eyecandy
|
|
hahah please laugh
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
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.
|
|
This is easier to do, I found another problem with it so I moved the C++
config to one universal one.
|
|
Formatting included
|
|
|
|
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.
|
|
Make Emacs slightly transparent, might as well use the compositor.
|
|
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.
|
|
|
|
The normal 'z{nN}' binds are good enough for me.
|
|
This is so my codeblocks don't clutter the org file.
|
|
Proper naming, GNU/Stow style.
|