Browse Source

add cmd to windows config

Josh Bicking 8 years ago
parent
commit
cea8452b40
1 changed files with 6 additions and 1 deletions
  1. 6 1
      emacs

+ 6 - 1
emacs

@@ -238,7 +238,12 @@
 ;; System-specific configs
 (defun win-setup ()
     (add-to-list 'exec-path "C:/Program Files (x86)/Aspell/bin/")
-    (setq ispell-program-name "aspell"))
+    (setq ispell-program-name "aspell")
+    (defun cmd ()
+      (interactive)
+	(make-comint-in-buffer "cmd" nil "cmd" nil)
+	(switch-to-buffer "*cmd*")))
+
 
 (defun linux-setup ()
     ;; Magit