Fork me on GitHub
#emacs
<
2019-05-05
>
theeternalpulse18:05:21

Anyone use edit-server. I've noticed when I edt certain textareas the css and such also come in line with it. Is there a way to exclude markup when editing a textbox

lilactown19:05:06

I use ZSH, macOS. when I launch Emacs, and open up an ansi-term buffer, my JAVA_HOME is set. when I open up a new iTerm shell, my JAVA_HOME is not set

theeternalpulse19:05:49

https://github.com/purcell/exec-path-from-shell This will let emacs use the system path so you don't have to set it separately.

theeternalpulse19:05:22

Much more resilient then satting the vars manually

lilactown19:05:10

(I want it not set)

lilactown19:05:25

any pointers on where I could start with figuring out how my JAVA_HOME is being set?

lilactown19:05:57

my .profile / .zprofile and .zshrc are not setting JAVA_HOME in this case

lilactown19:05:24

ah, I just found .spacemacs.env

theeternalpulse19:05:46

I've noticed using use-package with load-path still tries to connect to melpa.

theeternalpulse20:05:13

nm ,found out if you use :ensure t, it reaches for the melpa version.