ソースを参照

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

cray
Mitch Tishmack 11年前
コミット
81abe3e107
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs/.emacs.d/emacs.org

+ 1
- 1
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



読み込み中…
キャンセル
保存