Howto disable the emacs site-start files permanently?
        Posted  
        
            by 
                elemakil
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by elemakil
        
        
        
        Published on 2012-11-05T13:39:45Z
        Indexed on 
            2012/11/05
            17:00 UTC
        
        
        Read the original article
        Hit count: 243
        
When solving this problem I figured out that I need to disable the site-wise init files in order to get my emacs + CEDET running (everything works nicely when starting emacs using emacs --no-site-file but is broken without the additional argument).  
I'd like to disable the site-wise init files permanently but as I'm using several different approaches/methods when launching emacs (launcher/panel/terminal) I don't think aliasing it in my .zshrc won't work.  
I require a method to permanently disable all site-start files. Is there any easy way to achieve this? Thanks!
© Stack Overflow or respective owner