Browse Source

Remove function start-ckw-bash

pull/15/head
10sr 8 years ago
parent
commit
c225461458
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      emacs.el

+ 0
- 9
emacs.el View File

@@ -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)


Loading…
Cancel
Save