このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
emacs.el: C-x c to M-x compile
pull/15/head
10sr
9年前
親
558e890513
コミット
eef580e6c7
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
emacs.el
+ 1
- 0
emacs.el
ファイルの表示
@@ -2523,6 +2523,7 @@ Commands are searched from ALIST."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)
(define-key ctl-x-map "c" 'compile)
(defvar sed-in-place-history nil
"History of `sed-in-place'.")
書き込み
プレビュー
読み込み中…
キャンセル
保存