spacemacs/layers/+emacs/better-defaults/keybindings.el
2016-09-30 12:24:31 +03:00

14 lines
432 B
EmacsLisp

;;; keybindings.el --- Better Emacs Defaults Layer key bindings File
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(global-set-key (kbd "C-w") 'spacemacs/backward-kill-word-or-region)
(global-set-key [remap fill-paragraph] #'spacemacs/fill-or-unfill)