doomemacs/core
Henrik Lissner 99c26e2fc2
Allow doom-project-find-file on arbitrary paths
- If DIR is not in a valid project, index it as normal and do
  projectile-find-file from current directory (but do not cache).
- If DIR is a valid project, but not the project root, fall back to
  different mechanism for exploring it (project-find-file,
  counsel-file-jump, or find-file).
- If DIR is a valid project AND is the project root, use
  projectile-find-file as normal.

This is to make doom-project-find-file more do-what-I-mean.
2019-04-19 20:48:48 -04:00
..
autoload Allow doom-project-find-file on arbitrary paths 2019-04-19 20:48:48 -04:00
cli Fix doom quickstart not installing packages 2019-04-09 03:31:05 -04:00
templates Improve vanilla sandbox 2019-03-09 04:53:14 -05:00
test Fix map! tests wrt 1fab389d 2019-04-08 15:27:20 -04:00
core-cli.el 💥 Replace exec-path-from-shell w/ 'bin/doom env' 2019-03-28 01:56:09 -04:00
core-editor.el Enlargen command-log window slightly 2019-04-10 19:25:21 -04:00
core-keybinds.el Fix which-key labels for alt leader key #1332 2019-04-16 10:56:26 -04:00
core-lib.el Fix quiet! not returning BODY's return value 2019-04-19 13:30:39 -04:00
core-modules.el Replace :ui evil-goggles w/ :ui ophints 2019-04-19 17:26:26 -04:00
core-os.el Enable xterm-mouse-mode in tty Emacs 2019-04-06 11:13:28 -04:00
core-packages.el Make load-env-vars a core package 2019-03-28 13:30:39 -04:00
core-projects.el General, minor refactor/reformatting 2019-04-08 23:03:19 -04:00
core-ui.el Dear byte-compiler, you drive me to drink, 2019-04-05 23:52:29 -04:00
core.el Reset more state on doom/module initialization 2019-04-09 03:43:13 -04:00
doctor.el Reformat doctor output & add DOOMDIR check 2019-04-16 20:57:03 -04:00
packages.el Make load-env-vars a core package 2019-03-28 13:30:39 -04:00