spacemacs/layers/+spacemacs/spacemacs-defaults
Keith Pinson b2a18301fa [defaults] Disable line numbers with SPC t n n
Toggles are great and all, but the trouble with the various toggles for line
numbers is that they force you to remember and think about the fact that there
are variant forms of line numbers. To beginners or forgetful people the various
combinations of behavior can be unintuitive here (e.g. toggling off relative
line numbers does nothing if you are actual in visual line numbers mode). Though
it doesn't fit exactly into the normal stuff we have for toggles, due to the
complexity of this situation I think it is good to just have a way to say "line
numbers be gone!"

Wasn't sure what keybinding to use, so used a double-tap mnemonic.

If this PR gets rejected, there are a couple minor fixes that should probably be
pulled out and submitted separately.
2021-07-30 16:57:27 +02:00
..
local/help-fns+ Revert "spacemacs-defaults: replace local pkg help-fns+ with github one" 2021-03-20 01:11:21 +01:00
config.el [default] Fix the condition for dotspacemacs-use-SPC-as-y 2021-05-17 20:48:37 +00:00
funcs.el [defaults] Disable line numbers with SPC t n n 2021-07-30 16:57:27 +02:00
keybindings.el Revert "add a feature to save file as a new file and open it in a new buffer" 2021-05-07 05:29:22 +00:00
packages.el [defaults] Disable line numbers with SPC t n n 2021-07-30 16:57:27 +02:00
README.org [defaults] add qickrun 2021-04-19 22:08:47 +02:00

spacemacs-defaults

Description

This layer configures mostly Emacs built-in packages to given them better defaults.

Features:

  • Configures packages:

    • abbrev
    • archive-mode
    • bookmark
    • conf-mode
    • cus-edit
    • dired
    • dired-x
    • display-line-numbers (only in Emacs 26.x and newer)
    • electric-indent-mode
    • easypg
    • ediff
    • eldoc
    • help-fns+
    • hi-lock
    • image-mode
    • imenu
    • linum (only in Emacs 25.x and older)
    • occur-mode
    • package-menu
    • page-break-lines
    • process-menu
    • quickrun
    • recentf
    • savehist
    • saveplace
    • subword
    • tar-mode
    • uniquify
    • url
    • visual-line-mode
    • whitespace
    • winner
    • zone