From 369cec1b3d4595317e75695c62795b4403594ba5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Jun 2016 12:11:56 -0700 Subject: [PATCH] readd keybindings --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index d2ebfe43..a3c10ee4 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2403,6 +2403,7 @@ I use helm for almost all emacs completion (use-package hackernews :commands hackernews) #+END_SRC +* Keybindings #+BEGIN_SRC emacs-lisp (bind-key "M-q" 'fill-or-unfill-paragraph) (bind-key "C-c C-s" 'sudo-edit)