0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 01:32:52 +00:00

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

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)