spacemacs/layers/+spacemacs
Matt Kramer f1e2d974ed
Make spacemacs/open-junk-file create junk directory and fix counsel issues
This is a squash commit including below commits

Add dotspacemacs--pretty-ignore-subdirs

Within the specified subdirs of `dotspacemacs-start-dir`,
spacemacs/prettify-org-buffer (and hence space-doc-mode) will not be called.
Without this variable, using spacemacs/open-junk-file to create an Org file will
result in prettification, which is not necessarily the desired behavior.

Call make-directory in spacemacs/open-junk-file

This imitates the behavior of open-junk-file.

Prevent spacemacs/open-junk-file from getting confused by Dired

If we're in a dired buffer, counsel-find-file will ignore
current-directory (i.e. junk-dir) and use (dired-current-directory) instead. We
fool Counsel by shadowing major-mode to nil.

Update CHANGELOG.develop re spacemacs/open-junk-file
2020-03-21 20:52:21 +01:00
..
spacemacs-completion fix issue #13395 2020-03-21 20:34:18 +01:00
spacemacs-defaults [themes][keybindings] Use apt completion framework for loading theme 2020-03-19 10:48:59 +01:00
spacemacs-editing Add setting to dotfile to deactivate clean-aindent-mode 2020-03-13 19:00:48 +01:00
spacemacs-editing-visual [base] Add cl- prefix to letf and letf* 2020-02-08 09:17:52 +00:00
spacemacs-evil Make sure eldoc info is not removed when you switch to insert mode 2019-11-27 21:30:29 +01:00
spacemacs-language [spacemacs-language] Improve google-translate user experience 2020-03-12 21:23:09 +01:00
spacemacs-layouts Layout transient state: make jump-to-last-layout exit state when done 2020-02-26 20:35:11 +01:00
spacemacs-misc documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-modeline toggle for doom-modeline package 2020-02-08 09:22:21 +00:00
spacemacs-navigation Make spacemacs/open-junk-file create junk directory and fix counsel issues 2020-03-21 20:52:21 +01:00
spacemacs-org documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-project Fix copied dir not in minibuffer, clipboard disabled 2019-06-17 09:20:01 +02:00
spacemacs-purpose purpose: Add chat and mail purposes 2019-06-09 21:47:21 +02:00
spacemacs-visual Added support for native fill column indicator in Emacs 27+ 2019-12-15 15:03:27 +01:00