Skip to content

Commit

Permalink
Path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jul 11, 2012
1 parent 37c89f0 commit 8002861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Expand Up @@ -911,7 +911,7 @@
(defun opencl ()
(interactive)
(find-file "~/src/ansi/opencl.c")
(find-file-noselect "~/Contracts/TI/bugslayer/cl_0603o/cl_0603o.c")
(find-file-noselect "~/Contracts/TI/bugslayer/cl_0603/cl_0603.c")
(find-file-noselect "~/Contracts/TI/bugslayer")
(magit-status "~/src/ansi")
(gud-gdb "gdb --fullname ~/Contracts/TI/bin/c60/acpia6x"))
Expand Down

0 comments on commit 8002861

Please sign in to comment.