A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
smile13241324 on develop
[doc] Remove install instructio… (compare)
SPC m s
then I get the date prompt. But I can type in the time there and it adds it to the schedule timestamp.
;; Stotp treemacs from messing up numbering. Bind SPC caps-lock (esc)
;; to select treemacs
(add-to-list 'winum-ignored-buffers " *Treemacs-Framebuffer-1*")
(spacemacs/set-leader-keys "<escape>" 'treemacs-select-window)
heyarne
duianto (Gitter):
heyarne
oops. yup, what worked
heyarne
Evidlo: your solution tells me rgrep exited early because find
expects a ;
somewhere
heyarne
find: -exec: no terminating ";" or "+"
Evidlo
what was your search query?
Evidlo
It uses grep, not find
heyarne
yes i saw that. find -exec grep
basically, to restrict file types i guess?
Evidlo
this is what I get when i search snip: https://dpaste.de/huMw
heyarne
here's mine: https://dpaste.de/gGhZ
heyarne
when searching for "test"
Evidlo
find v4.6.0 and grep v2.27
Evidlo
both GNU
heyarne
so it works when i terminate it with an escaped ; like \;
heyarne
find doesn't want to let me know its version (??), grep is grep (BSD grep) 2.5.1-FreeBSD
heyarne
on macOS 10.13
Evidlo
easy fix: build GNU find yourslf and add to your path
Evidlo
and grep if necessary
Evidlo
you should submit a bug report
=
in this: (spell-checking :variables =enable-flyspell-auto-completion= t)
seen here http://spacemacs.org/layers/+checkers/spell-checking/README.html