spacemacs/layers/+emacs/better-defaults/keybindings.el

13 lines
365 B
EmacsLisp
Raw Normal View History

;;; keybindings.el --- Better Emacs Defaults Layer key bindings File
2015-03-24 03:27:51 +00:00
;;
2018-01-04 07:00:25 +00:00
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
2015-03-24 03:27:51 +00:00
;;
;; 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)