spacemacs/layers/+spacemacs/spacemacs-defaults
duianto 438ad905da Update delete file messages
problems:
the delete file prompt doesn't show which file it's about to delete,
and when the deletion request is canceled, then the question remains in the
minibuffer (the text disappears when an action updates the minibuffer, like
moving the cursor, but it might be confusing to still be seeing the question
after it's been answered)

solution:
show the file name in the delete file prompt, and show a canceled message
2018-11-12 22:07:25 +00:00
..
local/help-fns+
config.el set load-prefer-newer to t 2018-10-23 07:11:47 +03:00
funcs.el Update delete file messages 2018-11-12 22:07:25 +00:00
keybindings.el Add 'z' recenter bindings for various transient states 2018-11-12 21:47:17 +00:00
packages.el Work around ido-mode remapping Spacemacs keys 2018-08-01 22:46:40 -04:00
README.org Reformat documentation 2018-10-11 00:13:43 +03: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