瀏覽代碼

alias make as compile

pull/1/head
10sr 11 年之前
父節點
當前提交
85d2901542
共有 1 個檔案被更改,包括 5 行新增4 行删除
  1. +5
    -4
      emacs.el

+ 5
- 4
emacs.el 查看文件

@@ -1889,10 +1889,11 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."

(define-key ctl-x-map "s" 'my-rgrep)

(defun make ()
"Run \"make -k\" in current directory."
(interactive)
(compile "make -k"))
;; (defun make ()
;; "Run \"make -k\" in current directory."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)

(defvar sed-in-place-history nil
"History of `sed-in-place'")


Loading…
取消
儲存