|
@@ -1,5 +1,6 @@
|
|
;;;; Startup
|
|
;;;; Startup
|
|
|
|
|
|
|
|
+
|
|
(setq inhibit-splash-screen t
|
|
(setq inhibit-splash-screen t
|
|
inhibit-startup-echo-area-message t
|
|
inhibit-startup-echo-area-message t
|
|
initial-scratch-message "" ; I like things empty.
|
|
initial-scratch-message "" ; I like things empty.
|
|
@@ -148,6 +149,9 @@ scroll-step 1)
|
|
(add-to-list 'exec-path "C:/Program Files (x86)/Aspell/bin/")
|
|
(add-to-list 'exec-path "C:/Program Files (x86)/Aspell/bin/")
|
|
(setq ispell-program-name "aspell")
|
|
(setq ispell-program-name "aspell")
|
|
|
|
|
|
|
|
+ (if (file-directory-p "C:/MinGW/msys/1.0/bin")
|
|
|
|
+ (add-to-list 'exec-path "C:/MinGW/msys/1.0/bin"))
|
|
|
|
+
|
|
(defun cmd ()
|
|
(defun cmd ()
|
|
(interactive)
|
|
(interactive)
|
|
(make-comint-in-buffer "cmd" nil "cmd" nil)
|
|
(make-comint-in-buffer "cmd" nil "cmd" nil)
|