소스 검색

add cmd to windows config

Josh Bicking 8 년 전
부모
커밋
cea8452b40
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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