浏览代码

removing vestigial babel directory load-path manipulation

Eric Schulte 14 年之前
父节点
当前提交
54c5039b8d
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      lisp/org.el

+ 0 - 7
lisp/org.el

@@ -106,13 +106,6 @@
 (require 'org-footnote)
 
 ;; babel
-(let* ((babel-path (expand-file-name
-		    "babel"
-		    (file-name-directory (or (buffer-file-name)
-					     load-file-name))))
-       (babel-langs-path (expand-file-name "langs" babel-path)))
-  (add-to-list 'load-path babel-path)
-  (add-to-list 'load-path babel-langs-path))
 (require 'ob)
 (require 'ob-table)
 (require 'ob-lob)