]> git.earman.xyz Git - emacsinit.git/commit
Re-organize hooks and setqs, add two defuns
authorrearman <rearman@r717.net>
Fri, 9 Dec 2022 16:48:51 +0000 (11:48 -0500)
committerrearman <rearman@r717.net>
Fri, 9 Dec 2022 16:48:51 +0000 (11:48 -0500)
commit76e5ce609976cbc39696161ccde9b235ed0b12fb
treeccfa81b43036168a3c79357e381ac8b8126a2162
parenteaa2d6fd10e83685f5dddbb08d797f416e3afbd2
Re-organize hooks and setqs, add two defuns

Hooks have been moved to after defuns, and mode settings
eg: (column-number-mode t) have been moved to after setqs.  This is to
combat errors found where some modes need to have variables set before
invocation.

Org settings have been moved to their own setq sexp.  Added binding
for org-capture.  Added some org-capture-templates.

Addition of some settings/modes.  Namely: midnight-mode,
mouse-avoidance-mode, set-face-underline for show-paren-match.

Added two defuns: set-cursor-by-mode, and go-into-hs-minor-mode.  Also
added hooks for the latter.
init.el