Imenu Indexing My emacs Init File
April 14, 2023
April 14, 2023
April 12, 2023
Since I keep all my emacs configuration in a single .emacs file and in a hyper organised manner it means I have my init file split into different sections, for example :
April 7, 2023
Well as always a little more time with emacs a little feedback and then finding more about org I have now figured out (I think) how I can better sort tags in an org file. In my previous post:
April 7, 2023
Part of a big multipart commission I completed. This was created from an initial brief. Firstly I produced some sketches to make sure I was going in the right direction with comments and modifications along the way. I tweaked my style slightly generally to be more of an illustrative look and had to focus more on a playful theme rather than the dark edge I usually employ.
April 2, 2023
April 2, 2023
April 2, 2023
Using Krita and InfinitePainter on various drawing tablets and this time some doodling from my warped imagination!
April 1, 2023
I use a package called org-rainbow-tags which adds random colours to org tags to provide a consistent colour between identical tags. This helps to identify common tags throughout the file but has the side effect of emphasising the lack of my coherent tag ordering.
March 31, 2023
More doodles this time using InfinitePainter and Krita and also I added a little colour!
March 25, 2023
Another 50 pieces of art I have completed in a slideshow!
March 21, 2023
Emacs isn't my only obsession, I like to create digital art and for that I use ArtRage. The interesting thing about ArtRage is that each brush stroke or editing action can be recorded in a text file or script for later playback. I use this facility for creating time-lapses.
March 12, 2023
Now that there is a build for emacs on Android I thought I would try and develop an emacs workflow between my Galaxy Note 8 / Galaxy Tab S7+ and my linux laptop.
March 8, 2023
I have been evolving my way through many differing ways of grepping recently from standard built-in greps to a few ripgrep front ends until I finally settled on deadgrep
March 6, 2023
I have been revisiting my old midi files from my the early days of music composing and upon seeing the release of FLStudio 21 it inspired me to look at this software again and see what I can do with my old midi, this is what I quickly remixed -> Sahara
March 5, 2023
Once a digital piece of art has been created then it is time to print it. A few tweaks are required in my image editor of choice and that is GIMP.
March 2, 2023
Often I find myself requiring the most rudimentary of methods of debugging and that is to push text to standard output from within a running executable to indicate the logical structure of a program.