From c3b59b482f2466df2ac9679854601055cf0f5436 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 30 Jan 2012 19:11:29 +0900 Subject: [PATCH] rm comment --- emacs.el | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/emacs.el b/emacs.el index d9c0f27..27e5b8e 100644 --- a/emacs.el +++ b/emacs.el @@ -621,7 +621,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." 'executable-make-buffer-file-executable-if-script-p) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; mode関連 +;; mode (add-hook 'verilog-mode-hook (lambda () @@ -1971,14 +1971,6 @@ this is test, does not rename files" (modify-frame-parameters (selected-frame) default-frame-alist)))) t) - ;; (add-hook 'make-frame-hook - ;; (lambda () - ;; (run-with-timer 1 - ;; nil - ;; (lambda () - ;; (modify-frame-parameters (selected-frame) - ;; initial-frame-alist)))) - ;; t) (add-hook 'kill-emacs-hook 'my-window-size-save))