aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/writers.org
AgeCommit message (Collapse)Author
2020-02-09~flyspell is in a map! callAChavali
Instead of using "use-package!" which will handle loading stuff, flyspell is already in the hook for org mode. Therefore, inherently, org-mode and flyspell will be loaded automatically in tandem. So I just made a map! call that will run after flyspell and org have been loaded, then just set-up the key binds itself.
2020-02-08~setup variables outside of (after! org)AChavali
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.
2020-02-08-org-mode defer in flyspell package declAChavali
2020-01-17~clean up writers moduleAChavali
:after-call specifically for org mode now setqs are preserved for one use only
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.
2019-12-31+darkroom mode configuration in writers moduleAChavali
2019-12-31~clean up hooksAChavali
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