From 81abe3e107d80a735fbdde178af91434d79a3f48 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 15 Mar 2015 12:24:47 -0500 Subject: [PATCH] Sigh, C-, doesn't work in terminal emacs. So C-x , it is then. --- emacs/.emacs.d/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/emacs.org b/emacs/.emacs.d/emacs.org index 2ae9cba..060add1 100644 --- a/emacs/.emacs.d/emacs.org +++ b/emacs/.emacs.d/emacs.org @@ -344,7 +344,7 @@ Also on osx, don't ever display the gui dialog box. Taken from http://superuser. Global key bindings. #+BEGIN_SRC emacs-lisp - (global-set-key (kbd "C-,") 'kill-whole-line) + (global-set-key (kbd "C-x ,") 'kill-whole-line) (global-set-key (kbd "C-x C-m") 'compile) #+END_SRC