aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-05+org-gcal +defer to calendar-open-function calledAChavali
org-gcal is only used for calendar events, thus only when the calendar is opened should it be used
2020-01-05~no need for darkroom because zenmode existsAChavali
2020-01-05~org-mode -> orgAChavali
The official package name is org, not org-mode. Thus the packages don't defer properly.
2020-01-05+vterm package config to load it at first commandAChavali
I use Emacs as my terminal emu now, which means vterm needs to be loaded from the get go.
2020-01-05~switch to the space images that val0r providesAChavali
This black hole image is much better than the other space image, though I may interchange between them
2020-01-05~Internal -> Package config, defer wakatime to pre-command-hookAChavali
~Package config is more fitting a name ~Wakatime should be deferred till after the first command is run
2020-01-05~font size 20 -> 17AChavali
2020-01-05+overlay to evalAChavali
Quickly evaluating stuff should not pop up a minibuffer
2020-01-05+vterm and zenAChavali
+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
2020-01-05~switched back to normal modelineAChavali
Fixes have made the modeline better
2020-01-05~repositioned ivy to top of completionAChavali
2020-01-03+some better descriptors to config.elAChavali
2020-01-03~made spc use emacs as backup editor, export PF_INFOAChavali
using pfetch instead of neofetch spc fails if no emacs open
2020-01-03+or condition to compile hook for literate configAChavali
2020-01-03~password-store-get -> password-store/get-passwordAChavali
Use my own function instead of theirs, I like the GUI for pass more than the text version
2020-01-03+function to do password-store myselfAChavali
2019-12-31~lookup+docsets, intero -> lspAChavali
Lookup docsets is required in other languages for some reason (?) Intero is no longer maintained, thus I have to use LSP.
2019-12-31~renamed some stuff and moved around sectionsAChavali
2019-12-31~refining titlesAChavali
2019-12-31+spacing between links in .org filesAChavali
2019-12-31~cleaned up readme to be a bit more explanatoryAChavali
2019-12-31+darkroom mode configuration in writers moduleAChavali
2019-12-31~made location an optional argument in tangle-allAChavali
2019-12-31~clean up hooksAChavali
2019-12-31+basic README with links to parts of the configAChavali
2019-12-31~using oreodave..destination rather than regexAChavali
2019-12-30~more explanation and removed tangle-allAChavali
Don't need to tangle as every time I do an edit through Emacs it'll load the change directly
2019-12-30~moved add-hook to inside the hook function declAChavali
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
2019-12-30~tangle-all takes a location to source files fromAChavali
Instead of being attached to the doom.d private config set, I can use this function to route to another directory if wished
2019-12-30~variadic-remove -> remove-multAChavali
2019-12-30+variables: bin-dir, preloaded-filesAChavali
bin-dir for where the el files should end up, preloaded-files for files that don't need to be loaded
2019-12-30~literate config setup -> literate configurationAChavali
2019-12-30~config.org -> modules/config.orgAChavali
config.el is a file that routes to the bin/config.el, and now config.org is a module
2019-12-30~modules -> bin for el filesAChavali
Changed literate config to use bin as the el file location, so that my main space isn't cluttered with el files
2019-12-30+wrapped my own literate config setup!AChavali
+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
2019-12-30~made wakatime-mode deferredAChavali
2019-12-30~personal -> variablesAChavali
2019-12-30~moved personal and writers to their own org filesAChavali
~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
2019-12-30+modules/*.el ignoringAChavali
2019-12-30+(readme/doc).org to projectile-project-root-filesAChavali
2019-12-30+mode for mpd.confAChavali
2019-12-30~file links to absolute linksAChavali
2019-12-30+mpd to files listAChavali
2019-12-30+mpd.conf to dotfiles, but ignore everything elseAChavali
2019-12-30+comments Emacs functionsAChavali
2019-12-30+zsh_theme is af-magicAChavali
2019-12-30~editor vim -> emacsAChavali
2019-12-30~path variable: ~/.bin -> ~/binAChavali
2019-12-30+darkroom package to packages.elAChavali
2019-12-30~javascript/typescript -> TypescriptAChavali
I only really use typescript and the config is fully just about typescript so just change the heading to that