Fork me on GitHub
#spacemacs
<
2019-11-07
>
Drew Verlee00:11:14

I also find the "space /" command to contanstly break and pick up files that are on the gitignore. i have messed with it in the past and if there is some trick to getting it to work then it would be nice if it were clear to me. for now im using rgrep

aisamu18:11:38

Haven't seen such issues with ripgrep (on spacemacs' develop branch, though)

Drew Verlee17:11:41

do you mean rgrep i dont see a ripgrep command

aisamu18:11:51

ripgrep is usually shortened to rg, so I suspect these are two different things If you're running spacemacs develop, make sure you have something like this on your dotfile

dotspacemacs-search-tools '("rg" "ag" "pt" "ack" "grep")
(and make sure rg is available on your system - it's on homebrew and nix!)

aisamu18:11:34

It's stupid fast, you won't regret it!

Drew Verlee00:11:59

Ill take a look, thanks!

Jcaw14:11:18

@dnewberry The smart search commands can be a bit loopy

Jcaw14:11:13

Simplest solution is probably to outsource it to git grep by default. Here's an example diff: https://github.com/Domon/dotfiles/commit/f2e0459f5705dceeb56b15a5d01f63162c792679

Mario C.15:11:57

does the spacemacs config file live in the .emacs.d directory?

jumar15:11:23

@UB0S1GF47 that's in your home directory (`~/.spacemacs`)

Mario C.15:11:37

Yes I just found it lol thanks

Mario C.15:11:59

If so where?

Mario C.15:11:24

The file the command spc-f-e-d brings up

aisamu18:11:31

Just FYI, SPC f y y prints the file path for the buffer under focus (and SPC f y Y prints the relative-to-project-root path)

Mario C.17:11:16

I am getting Error running timer 'org-indent-initialize-agent': (void-function org-time-add)

practicalli-johnny11:11:52

I was getting this error after updating to the latest packages, which I believe included Spacemacs org related packages. I simply restarted Emacs, SPC q r and the error went away 🙂

Mario C.15:11:07

My error doesn't go away unless I remove the org package

practicalli-johnny17:11:42

I installed a completely new set of packages, as I changed to Emacs version 26.3. If you need the org package, then try moving all the existing packages in .emaca.d/elpa (or just delete them). Then restart Emacs

aisamu18:11:31

Just FYI, SPC f y y prints the file path for the buffer under focus (and SPC f y Y prints the relative-to-project-root path)

practicalli-johnny11:11:52

I was getting this error after updating to the latest packages, which I believe included Spacemacs org related packages. I simply restarted Emacs, SPC q r and the error went away 🙂