Fork me on GitHub
#spacemacs
<
2022-07-20
>
Drew Verlee03:07:08

emacs will open firefox, which i want, but it doesn't seem to be the same one that i open from my desktop. e.g i'm not logged in, no extensions, etc... any idea how i configure this? I see there is a "search" package, but that seems like overkill.

Drew Verlee04:07:17

i must have two versions of firefox installed. lovely.

Drew Verlee04:07:45

I used the search layer and set it to chrome. Better then what i had.

Martynas Maciulevičius09:07:58

It's also possible that you have your own firefox profile. I use profiles on chrome to have completely different "user sessions" but only one system installation.

Drew Verlee15:07:16

How would i go about integrating https://www.emacswiki.org/emacs/CfnLint with spacemacs? I droped those expressions (e.g (defin-dervied-mode cfn-yaml... ) in my dotfile's dotspacemacs/user-config and restarted and i didn't get any linting in my yaml file that had the text AWSTemplateFormatVersion: "2010-09-09" at the top. So it doesn't seem to be working as i would expect.

🙌 1
Cora (she/her)18:07:01

otherwise it looks like this spacemacs config from a while back sets up cfn-mode using the method you linked to https://gist.github.com/bleggett/89d288e370284ec083d7eb324253a4ef

👀 1
Cora (she/her)18:07:39

personally I prefer using packages that already have that set up

Drew Verlee02:07:29

Thanks cora. Do you understand the configuration in cfn-mode? it just says this (flycheck-cfn-setup) . I think the author assumes i know something i don't.

Cora (she/her)02:07:28

I think you'd need to (require 'flycheck-cfn) and then run that

Cora (she/her)02:07:04

i don't remember how spacemacs does custom packages, and how it handles running code after the package loads, but that's where to look

Drew Verlee02:07:04

gotcha. thanks again.

Cora (she/her)02:07:13

maybe you just need to run that function and auto loads handles the rest?

👀 1