From c22546145896f6f65ac6cc6eba7bfe42018d881b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 31 Dec 2015 21:50:59 +0900 Subject: [PATCH] Remove function start-ckw-bash --- emacs.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/emacs.el b/emacs.el index 655da01..e45b56e 100644 --- a/emacs.el +++ b/emacs.el @@ -339,15 +339,6 @@ IF OK-IF-ALREADY-EXISTS is true force download." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; for windows -(defun start-ckw-bash () - "Start ckw in windows." - (interactive) - (start-process - "ckw_bash" - nil - "C:/Documents and Settings/sr/Application Data/dbx/apps/ckw/ckw.exe")) -;; command seems to have to be in c drive - (defun my-w32-add-export-path (&rest args) "Add pathes ARGS for windows." (mapc (lambda (path)