help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is emacs loading my files twice (both .el and .elc)?


From: janoChen
Subject: Re: Is emacs loading my files twice (both .el and .elc)?
Date: Sun, 17 Jan 2010 14:08:38 -0800 (PST)

I'm loading them like this, from my .emacs file:

;;color theme plugin
(add-to-list 'load-path "~/.emacs.d/")
(require 'color-theme)
(eval-after-load "color-theme"
  '(progn
     (color-theme-initialize)
     (color-theme-charcoal-black)))
-- 
View this message in context: 
http://old.nabble.com/Is-emacs-loading-my-files-twice-%28both-.el-and-.elc%29--tp27197442p27203388.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]