| Age | Commit message (Collapse) | Author | 
 | 
Rust compilers and modules
 | 
 | 
org-directory and org-agenda-files are annoying to setup and are vital
to using emacs for me. I don't load org-mode files necessarily before
using these variables. Thus, set them outside of the (after! org) call,
then do the mapping inside (after! org) because this is a very important system.
 | 
 | 
 | 
 | 
 | 
 | 
When doing an offline template download, it's more the directory than a
file that you're copying and moving.
 | 
 | 
LSP config that triggers lsp-ui-doc-mode when lsp is loaded. Also sets
lsp-ui-doc-position to top because it's really annoying to see it pop up
on cursor.
 | 
 | 
No need for it, when I already have one installed with C# mode.
 | 
 | 
This c-style doesn't fully conform to allman, using parts of Linux,
thus let's just call it custom.
 | 
 | 
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.
 | 
 | 
~/.local/bin/wakatime is the location a pip --user install puts wakatime
to. Use that from now on.
 | 
 | 
+childframe for ivy as it is useful, can configure it to go anywhere
-lsp for haskell because it doesn't work
+pomodoro for the pomodoro technique
+rust with lsp because I want to start learning rust
 | 
 | 
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
 | 
 | 
 | 
 | 
 | 
 | 
No need to do all the hard work when "load!" does it for me
 | 
 | 
Doing react, may as well use this snippet from vscode
 | 
 | 
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
 | 
 | 
 | 
 | 
Quickly evaluating stuff should not pop up a minibuffer
 | 
 | 
+vterm for much better terminals in Emacs, to the point where it is now
my official terminal emulator
+zen mode for quiet writing and reading experience
 | 
 | 
Fixes have made the modeline better
 | 
 | 
 | 
 | 
 | 
 | 
using pfetch instead of neofetch
spc fails if no emacs open
 | 
 | 
 | 
 | 
Use my own function instead of theirs, I like the GUI for pass more than
the text version
 | 
 | 
 | 
 | 
Lookup docsets is required in other languages for some reason (?)
Intero is no longer maintained, thus I have to use LSP.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |