Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
|
|
:after-call specifically for org mode now
setqs are preserved for one use only
|
|
org-gcal is only used for calendar events, thus only when the calendar
is opened should it be used
|
|
|
|
The official package name is org, not org-mode. Thus the packages don't
defer properly.
|
|
|
|
|
|
~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
|