Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-15 | +major refactors to vanilla Emacs config | dx | |
Developed quite a bit of the config. I've added a literate org config, loaded through the init.el file. Furthermore, I've added some basic general maps and have gained a much better understanding of Emacs than before. This refactor is one of the main reasons I decided to so heavily refactor my doom config. | |||
2020-07-15 | +doom monokai-classic option to my personal themes | dx | |
2020-07-15 | ~custom variables | dx | |
2020-07-15 | +org mode hack again | dx | |
Doesn't seem to work without it, I might need to add an issue or something. | |||
2020-07-15 | ~set alpha a bit lower | dx | |
2020-07-15 | ~compactify setq to one instance | dx | |
2020-07-15 | ~molokai->monokai-classic, font options provided | dx | |
2020-07-15 | !REFACTOR: cleaning doom | dx | |
This refactor removes a lot of the 'training wheels' that doom provides (i.e. no modeline, bindings, etc). Instead, I defined my own modules and systems to help with those tasks. I am now using the default emacs modeline, customised to my liking, as well as the default scratch buffer as my startup page. This basically allows me to have a finer degree of control over what my Emacs is doing, which is great as I can remove redundant pieces that I don't use. | |||
2020-07-12 | ~go back to molokai | dx | |
2020-07-12 | ~decompose the other section to its subject parts | dx | |
2020-07-12 | ~set prompt colors | dx | |
2020-07-12 | ~clean up python, C and Haskell config | dx | |
squash! ~clean up python and C sections of config | |||
2020-07-12 | +script: show album art for playing track on mpd | dx | |
2020-07-12 | ~rearrange bindings for mpv | dx | |
2020-07-12 | +set alternate editor for emacsclient to be emacs | dx | |
2020-07-12 | +script to show uptime on status bar | dx | |
2020-07-09 | +alarm script in python for hour-based alarms via notify-send | dx | |
2020-07-09 | +sxhkd bind to reload xprofile | dx | |
2020-07-09 | ~moved super + Escape bind to top of sxhkd | dx | |
2020-07-09 | -removed hard seek binds for mpv | dx | |
This removes the minute skips in mpv, as I don't use them | |||
2020-07-09 | -space in output string for battery dwmbar script | dx | |
2020-07-09 | +titles for each terminal in launch_music | dx | |
2020-07-09 | +memory script for dwmbar | dx | |
2020-07-09 | +script to update dwmbar based on music changes | dx | |
2020-07-09 | ~renamed file | dx | |
2020-07-07 | -pdf applet from Emacs | dx | |
Use zathura for pdf | |||
2020-07-07 | +bindings for eshell and a qnotes file | dx | |
2020-07-07 | +bindings config for dired | dx | |
2020-07-07 | ~clean up some english | dx | |
2020-07-07 | -instant startx, do it myself | dx | |
2020-07-07 | ~mupdf -> xdg default app | dx | |
2020-07-07 | +printscreen launcher | dx | |
2020-07-07 | ~bspwm -> dwm | dx | |
Moved back to dwm, commented out bspwm binds and reset xinit | |||
2020-07-07 | +delete binding to ncmpcpp | dx | |
2020-07-07 | ~scripts with better simpler icons | dx | |
2020-07-07 | -rules from bspwmrc | dx | |
2020-06-27 | +devour function for zshrc | dx | |
This destroys the terminal after launching the script | |||
2020-06-27 | -straight and ~formatting | dx | |
2020-06-27 | +set hibernate time to 1800s | dx | |
2020-06-27 | ~rearrange scripts | dx | |
2020-06-27 | +description for sxhkd | dx | |
2020-06-27 | +little script to download and view pdf files | dx | |
Curls a url to a temp file, then views it in mupdf. After mupdf is terminated, delete the file. | |||
2020-06-27 | ~MPD: ~/Music -> ~/Media/Music | dx | |
~/Media folder so I can store videos in a similar root dir. | |||
2020-06-21 | ~small changes | dx | |
2020-06-21 | ~set tab size 4 -> 2 | dx | |
2020-06-21 | +emacs chords to sxhkd | dx | |
hyper + q is the base chord from which these chords exist: 1) base + q - launch emacs 2) base + s - restart emacs server 3) base + d - launch dired | |||
2020-06-21 | ~clean up notify-send | dx | |
2020-06-21 | +hyper a binding for dmenu_run | dx | |
2020-06-21 | +dired binding | dx | |
2020-06-21 | +occur binding | dx | |