Browse Source

Sigh, C-, doesn't work in terminal emacs. So C-x , it is then.

cray
Mitch Tishmack 11 years ago
parent
commit
81abe3e107
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs/.emacs.d/emacs.org

+ 1
- 1
emacs/.emacs.d/emacs.org View File

@@ -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



Loading…
Cancel
Save