[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] FW: How to load .el file during startup and execute its commands
From: |
John Hendy |
Subject: |
Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8) |
Date: |
Wed, 12 Mar 2014 13:08:02 -0500 |
On Wed, Mar 12, 2014 at 11:14 AM, Bastien <address@hidden> wrote:
> John Hendy <address@hidden> writes:
>
>> I thought requiring org wasn't required anymore?
>
> Yes, it is not required, but better than (load "org").
Great -- just making sure I'm not goofing my own setup. Looks like he
actually has both:
#+begin_quote
(require 'icicles)
(require 'dired+)
(require 'org)
(require 'bookmark+)
(load "org")
#+end_quote
John
>
> --
> Bastien