Emacs

Emacsの設定

.emacs の設定を記しておく. (setq initial-frame-alist (append (list '(width . 45) ;; ウィンドウ幅 '(height . 30) ;; ウィンドウ高さ ) initial-frame-alist)) ;;haskell-mode (load "~/lib/elisp/haskellmode-emacs/haskell-site-file") (add-hook 'h…