瀏覽代碼

emacs.el: C-x c to M-x compile

pull/15/head
10sr 9 年之前
父節點
當前提交
eef580e6c7
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +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'.")


Loading…
取消
儲存