Age | Commit message (Collapse) | Author |
|
|
|
|
|
This function just converts auto-fill to long lines. This is easier to
manage and is just easier for me to use.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Easier to manage
|
|
|
|
memory and music
|
|
|
|
This will substitute with the systemd server for emacs server, this will
hopefully fix some of the issues with persistence.
|
|
|
|
dwm was giving me some issues, and it just wasn't fun to use anymore. So
I switched to bspwm, which should have basically everything I need.
|
|
Restart via xinit instead of dwm. More applicable to multiple desktop environments
|
|
|
|
Searches playlist via dmenu for a music track then plays it. Bound to
hyper + m in sxhkd
|
|
Added a default-header-arg for elisp in org-babel to turn off results,
as I use them often and I don't want them to be version controlled.
|
|
|
|
|
|
|
|
Using the default config given on website
|
|
|
|
Using the function keys, which aren't used usually, to:
- set my standard volume
- controlling mpd tracks
- setting mpc volume directly
|
|
|
|
|
|
Decomposed the set_bar monolith script into seperate 'block' scripts
|
|
|
|
|
|
|
|
|
|
|
|
csharp, java, fsharp and irc
|
|
|
|
|
|
This command doesn't work for icomplete, so I can't do this.
|
|
When switching keyboards, these aren't applied. So I want a separate
script to run such that when I do switch keyboards I can just run it to
reapply these crucial settings.
|
|
I couldn't ignore some of the annoyances I had with st anymore,
alacritty fixes them for the most part. A good terminal.
|
|
completing-read for icomplete-mode but also because it allows others to
use it, regardless of completion framework of choice
|
|
|
|
|
|
|
|
The default haskell mode with ghci has good defaults, completion systems
and an overall workflow which I can really work with. This is better
than the LSP system which uses a lot of memory and CPU without much
returns in comparison to this method.
|
|
|
|
My own module for using icomplete, which has some sane 'evil' bindings
and other such stuff.
|
|
Using youtube-dl, set some sane defaults for what I usually do when
downloading an album or playlist.
|