Fork me on GitHub
#emacs
<
2018-09-09
>
dadair06:09:16

I’d start with a bare .emacs.d and use use-package to slowly add new packages

vemv11:09:49

@chase-lambert I'd start with spacemacs, and gradually abandon it if you're so inclined 🙂 And of course you can take the spacemacs (or other starter kits') source for inspiration. e.g. you wonder "how to setup Haskell? What packages to pick?" -> go and copy their config

vemv11:09:06

--- Q: anyone knows of a way to do a 'double fuzzy search': first fuzzy-filter the search corpus (filenames), then the contents themselves

vemv11:09:20

i.e. I want to find foo in all filenames that contain .sql

vemv11:09:41

(I use helm-ag but other options welcome)

dpsutton16:09:21

You can read bbatsovs prelude which is a traditional emacs init and use it as a guide template inspiration