spacemacs 2022-07-20

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.

i must have two versions of firefox installed. lovely.

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

Martynas Maciulevičius 2022-07-26T09:27:58.042449Z

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.

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

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

personally I prefer using packages that already have that set up

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.

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

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

gotcha. thanks again.

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

👀 1