From 2b78b4eb11580ff83df42cb9adcbe95c87226211 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 31 Mar 2018 13:00:07 +0900 Subject: [PATCH] Remove some comments --- emacs.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/emacs.el b/emacs.el index cd32af2..8b9d3e4 100644 --- a/emacs.el +++ b/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)