Copyright 2009, 2010, 2011, 2013, 2014, 2016, 2017 Kevin Ryde

This file is part of miscbits-el.

miscbits-el is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3, or (at
your option) any later version.

miscbits-el is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.



miscbits-el-loaddefs.el has autoloads for all the packages,
generated by the Makefile for your particular emacs flavour.  You
can add

    (require 'miscbits-el-loaddefs)

to /etc/emacs/site-start.el globally, or an individual .emacs file.
The debian package has it globally already.

These loaddefs setup some basics, but nothing which is really a
per-user preference.  Details on enabling or setting options can be
found in each .el file (or the docstrings).

The following bits are enabled

    compilation-emacs21-batch.el
    compilation-ledger.el
    compilation-perl.el
    ffap-include-start.el
    ffap-makefile-vars.el
    ffap-mml.el
    ffap-rfc-directories.el
    ffap-rfc-space.el
    gutenberg-coding.el
    help-xref-elfiles.el
    jka-compr-dictzip.el
    jka-compr-lz4.el
    make-mode-fillindent.el
    makeinfo-info.el
    nroff-filladapt.el
    perl-pod-coding.el
    perl-use-utf8-coding.el
	- Believe these all do only good things.

    html-coding.el
    xml-coding.el
        - They notice when a new enough emacs already has this.

    arc-lzh-exe.el
    mo-mode.el
    pst-format.el
        - Such files are otherwise just binary stuff.  If anything
          depended on seeing the raw binary then it should use
          find-file-literally of course.

The following commands etc are autoloaded etc ready for use, but
otherwise left to personal preference

    mailcap-mode.el
    oeis.el

    align-let.el
    diff-save-buffer.el
    elisp-docstring-preview.el
    gtk-look.el
    html-sizes.el
    man-preview.el
    mine-sweeper-auto.el
    perl-pod-preview.el
    perl-quote.el
    renice.el
    sentence-spacing.el
    tex-increase.el
    tex-math-preview.el
    upstr.el
    wx-look.el
	- No keybindings forced on the user for these.

    checkdoc-autoload.el
    checkdoc-batch.el
    checkdoc-keywords.el
    checkdoc-url-buttonize.el
    compilation-always-kill.el
    compilation-recenter-end.el
    compilation-onewin.el
    compile-command-default.el
    compile-history-local.el
    completion-ignored-build.el
    copyright-both-ends.el
    dired-visit-history.el
    do-not-edit.el
    ffap-href.el
    ffap-I-option.el
    ffap-pod-F.el
    filladapt-pat.el
    formfeed-hline.el
    info-lookmore.el
    ispell-stopwords.el
    localedef-overlay.el
    nobreak-fade.el
    parasep.el
    perl-env-substitute.el
    perl-pod-gt.el
    scroll-1.el
    sh-autoconf.el
    texinfo-warn.el
    tty-format.el
    texinfo-nobreak.el
    unicode-disp.el
        - Autoloaded mode, format or setup funcs, but not enabled or
          enforced as such since they're user preferences.

    sqlite-dump.el
        - Autoload for the dumper, but for now left to per-user
          setup of when or where to apply it.

    areabrowse.el
        - Autoloaded mode function, but auto-mode-alist not set as
          it depends whether you want to edit or browse .are files.

The following are not enabled by default

    ac-tex-ref.el
    ac-tex-macros-used.el
    ffap-gcc-path.el
    imagetext.el
    quick-yes.el
    startup-file-name-history.el
    variable-at-point-tick.el
        - User preferences.

    ffap-perl-module.el
        - User prefernce, since it can be too aggressive in what it
          takes to be a Perl module, and its prefix search can be
          slow.  If you're not working with Perl regularly it might
          be quite annoying.

    man-completion.el
        - User preference, since Emacs 24 up has its own completion
          on M-x man.  Think man-completion.el is better, but don't
          want to force it.

    bytecomp-simplify.el
    cl-loop-aplist.el
        - Programming tools.



Local variables:
fill-column: 68
End:
