spacemacs/layers/+spacemacs/spacemacs-defaults
Masayuki Takemura c2e377c902 spacemacs-defaults: add a keybind to open a file and replace buffer with it
Define an alias and use it internally so that (1) the name of the command will
be better to understand what it does than the original name and (2) Helm or Ivy
interface is invoked instead of Ido.

These are suggested in PR #11115.
2018-08-21 00:55:37 +03:00
..
local/help-fns+
config.el
funcs.el spacemacs-defaults: add a keybind to open a file and replace buffer with it 2018-08-21 00:55:37 +03:00
keybindings.el spacemacs-defaults: add a keybind to open a file and replace buffer with it 2018-08-21 00:55:37 +03:00
packages.el Work around ido-mode remapping Spacemacs keys 2018-08-01 22:46:40 -04:00
README.org Fix typos 2018-06-14 00:15:49 -04: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
    • dired
    • dired-x
    • display-line-numbers (only in Emacs 26.x and newer)
    • electric-indent-mode
    • 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
    • recentf
    • savehist
    • saveplace
    • subword
    • tar-mode
    • uniquify
    • url
    • visual-line-mode
    • whitespace
    • winner
    • zone