Commit Graph

18 Commits

Author SHA1 Message Date
AChavali
a0ddfe0bce +or condition to compile hook for literate config 2020-01-03 00:59:56 +00:00
AChavali
b42df21947 ~password-store-get -> password-store/get-password
Use my own function instead of theirs, I like the GUI for pass more than
the text version
2020-01-03 00:59:04 +00:00
AChavali
d119ea2d8d +function to do password-store myself 2020-01-03 00:57:47 +00:00
AChavali
b49bbba7bc ~renamed some stuff and moved around sections 2019-12-31 13:42:06 +00:00
AChavali
7f2cad970e +darkroom mode configuration in writers module 2019-12-31 00:31:23 +00:00
AChavali
36435f410e ~made location an optional argument in tangle-all 2019-12-31 00:31:23 +00:00
AChavali
736b16ffb3 ~clean up hooks 2019-12-31 00:31:23 +00:00
AChavali
efa3e1ec59 ~using oreodave..destination rather than regex 2019-12-31 00:31:05 +00:00
AChavali
0ed4d59ed0 ~more explanation and removed tangle-all
Don't need to tangle as every time I do an edit through Emacs it'll load
the change directly
2019-12-30 23:51:17 +00:00
AChavali
9c3a255f90 ~moved add-hook to inside the hook function decl
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 23:30:55 +00:00
AChavali
abfb93bb37 ~tangle-all takes a location to source files from
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 23:29:11 +00:00
AChavali
bc0eb86b03 ~variadic-remove -> remove-mult 2019-12-30 23:28:52 +00:00
AChavali
0fb7c802f2 +variables: bin-dir, preloaded-files
bin-dir for where the el files should end up, preloaded-files for files
that don't need to be loaded
2019-12-30 23:28:01 +00:00
AChavali
96fb4cb201 ~literate config setup -> literate configuration 2019-12-30 23:27:42 +00:00
AChavali
5bd1fbf51a ~config.org -> modules/config.org
config.el is a file that routes to the bin/config.el, and now config.org
is a module
2019-12-30 23:26:29 +00:00
AChavali
091d316c83 ~modules -> bin for el files
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 23:23:56 +00:00
AChavali
85c5e30142 +wrapped my own literate config setup!
+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 21:02:25 +00:00
AChavali
6804a01597 ~moved personal and writers to their own org files
~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 21:00:26 +00:00