removing vestigial babel directory load-path manipulation

This commit is contained in:
Eric Schulte 2010-07-08 21:43:39 -07:00
parent b4825f812b
commit 54c5039b8d
1 changed files with 0 additions and 7 deletions

View File

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