Ah, adding --no-site-file is what I was looking for, thanks. Not sure what the issue with ESS is on my computer; but in any case I'm not using it.
On Thursday, 12 November 2015 15:05:29 UTC, Ista Zahn wrote: > > ess-julia-mode is a derived mode built on top of julia-mode, so all > the julia-mode functionality should be available. The keybindings have > changed, but you could change them back with something like > > (add-hook 'ess-julia-mode-hook > (lambda () (local-set-key (kbd "<tab>") > 'julia-latexsub-or-indent))) > > Alternatively if you have no use for ESS you can just ignore the site > wide settings so that it will never be loaded. See > https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html > for instructions. > > Best, > Ista > > On Thu, Nov 12, 2015 at 6:37 AM, Asbjørn Nilsen Riseth > <[email protected] <javascript:>> wrote: > > Thanks Ista, > > > > I've tried this, but it doesent work. Seems like ESS has "hijacked" > > julia-mode. > > > > My issues with ESS is that it doesn't behave like the julia-mode I'm > used to > > from my own computer. > > - It does not replace latex expressions like \alpha with the unicode > > character. > > - There is also some weird tab-indentation behaviour that does not make > > sense. > > > > Are these supposed to be the same? If so, I might have to dig around to > see > > what the problem is with my ESS configuration. > > > > > > On Monday, 2 November 2015 19:26:38 UTC, Ista Zahn wrote: > >> > >> Probably > >> > >> (add-to-list 'auto-mode-alist '("\\.jl\\'" . julia-mode)) > >> > >> should do it, though I'm not sure what the advantage would be. > >> > >> Best, > >> Ista > >> > >> On Mon, Nov 2, 2015 at 10:05 AM, Asbjørn Nilsen Riseth > >> <[email protected]> wrote: > >> > Hi emacs users, > >> > > >> > is there a way to disable ESS[Julia] in emacs? I'd like to use > >> > julia-mode > >> > without invoking ESS. > >> > > >> > ESS is installed globally on my system, but I don't have root rights > to > >> > uninstall it. > >> > > >> > > >> > >
