;;; keybindings.el --- Better Emacs Defaults Layer key bindings File ;; ;; Copyright (c) 2012-2016 Sylvain Benner & Contributors ;; ;; Author: Sylvain Benner ;; 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)