| Age | Commit message (Collapse) | Author | 
|---|
|  | For all ivy functions, display at the bottom center. Will be specialised soon. | 
|  | No need to use Emacs as my shell. Just use Konsole and be happy. As a
result, no need to load vterm early. | 
|  | Same reason as big keymap. Easier to work with. | 
|  | Keymap needs to be split because oh god trying to edit it as one huge
block was a bad idea. Instead split it into module components and write
there. Easier to navigate, edit and consider than one massive block. | 
|  | Easier to read and understand what this code block does if I describe it
straight away rather than scrolling to the bottom to see what it does. | 
|  | Bookmarks getting deleted everytime I update doom is so annoying.
Instead, store it in the private dir from the get go | 
|  | :test string= makes it so cl-pushnew will test if there are any "Libgen"
records already in the alist before pushing. Basically, unique records. | 
|  | No need to send my shit elsewhere, I'll handle timing myself if
necessary. I really don't use this service anymore, and honestly it's
more of a hassle than needed. | 
|  | gentemplate from sh but in Emacs!
Uses magit-clone to get the repositories, and can actually detect if
you're offline just to use a different version that copies it locally
from your machine. | 
|  | I've finally moved on with doom to SPC s instead of SPC /. SPC s is
faster than /. Most of the functions are on their excluding searching
via etags, so I just need that. | 
|  | I have to see the test output from my tests! | 
|  | if loading the destination file, it will not be local but rather the
expanded version of it | 
|  | :after-call specifically for org mode now
setqs are preserved for one use only | 
|  | Using an org file for packages now! Explaining my choices and stuff.
packages.el loads bin/packages.el now | 
|  | org-gcal is only used for calendar events, thus only when the calendar
is opened should it be used | 
|  |  | 
|  | The official package name is org, not org-mode. Thus the packages don't
defer properly. | 
|  | I use Emacs as my terminal emu now, which means vterm needs to be loaded
from the get go. | 
|  | This black hole image is much better than the other space image, though
I may interchange between them | 
|  | ~Package config is more fitting a name
~Wakatime should be deferred till after the first command is run | 
|  |  | 
|  |  | 
|  | Use my own function instead of theirs, I like the GUI for pass more than
the text version | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Don't need to tangle as every time I do an edit through Emacs it'll load
the change directly | 
|  | Hook function is in tandem with the add-hook declaration.
~README.org is to be ignored when coding the config, it's not a literate component | 
|  | Instead of being attached to the doom.d private config set, I can use
this function to route to another directory if wished | 
|  |  | 
|  | bin-dir for where the el files should end up, preloaded-files for files
that don't need to be loaded | 
|  |  | 
|  | config.el is a file that routes to the bin/config.el, and now config.org
is a module | 
|  | Changed literate config to use bin as the el file location, so that my
main space isn't cluttered with el files | 
|  | +literate.org file that holds the config program
+bootstrap to config.org that loads the literate.el file, which in turn
parses all the other files and loads everything
-literate config module, I have my own now | 
|  | ~Moved to their own org files for organisation their own org files
+writers module that uses powersaurus, flyspell and darkroom to help
with producing a writers experience |