Browse Source

rm comment

pull/1/head
10sr 12 years ago
parent
commit
c3b59b482f
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      emacs.el

+ 1
- 9
emacs.el View File

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



Loading…
Cancel
Save