ソースを参照

Remove some comments

master
10sr 6年前
committed by 10sr
コミット
2b78b4eb11
署名者: 10sr GPGキーID: C384BB17CBB19347
1個のファイルの変更0行の追加8行の削除
  1. +0
    -8
      emacs.el

+ 0
- 8
emacs.el ファイルの表示

@@ -1363,10 +1363,6 @@ the list."
;; (add-hook 'dired-after-readin-hook
;; 'my-replace-nasi-none)

;; (add-hook 'after-init-hook
;; (lambda ()
;; (dired ".")))

(with-eval-after-load 'dired
(safe-require-or-eval 'ls-lisp)
(defvar dired-mode-map (make-sparse-keymap))
@@ -1554,10 +1550,6 @@ Commands are searched from ALIST."

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

;; (defun make ()
;; "Run \"make -k\" in current directory."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)
(define-key ctl-x-map "c" 'compile)



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