Pārlūkot izejas kodu

alias make as compile

pull/1/head
10sr pirms 11 gadiem
vecāks
revīzija
85d2901542
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. +5
    -4
      emacs.el

+ 5
- 4
emacs.el Parādīt failu

@@ -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'")


Notiek ielāde…
Atcelt
Saglabāt