286c71bd40
When Spacemacs' fancy logic works well, it is breathtaking. Sometimes, however, you may need a way to reach in for something a little more raw: in this case, going straight to `next-error` rather than `spacemacs/next-error`. I chose `cn`/`cN` because: * They seem to be unused thus far * It makes sense to put these keybinding under compile, since they are associated with Emac's base functionality for compilation. * The analogous Ex commands are `:cn` and `:cN`. They work this way even in Spacemacs (but I am trying to wean myself off Ex mode, since I see the Spacemacs keybindings as far superior most scenarios). * `cp` was already taken, so `cN` had to be used for going back. Fixes #13815. |
||
---|---|---|
.. | ||
local/help-fns+ | ||
config.el | ||
funcs.el | ||
keybindings.el | ||
packages.el | ||
README.org |
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
- 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
- recentf
- savehist
- saveplace
- subword
- tar-mode
- uniquify
- url
- visual-line-mode
- whitespace
- winner
- zone