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

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

Re: Flycheck reports are never satisfying!?


From: sokobania . 01
Subject: Re: Flycheck reports are never satisfying!?
Date: Mon, 1 Sep 2014 05:30:45 -0700 (PDT)
User-agent: G2/1.0

What about just putting something like this:

(eval-when (compile)
  (let ((load-path load-path))
    (add-to-list 'load-path "~/.emacs.d/elpa/flycheck-20140824.731/") 
    (require 'flycheck)))

Shouldn't it require and load the flycheck module only at compile time? 


reply via email to

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