Emacs: Configure spotlight on OS X
1 file changed, 10 insertions(+), 0 deletions(-)
changed files
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -514,6 +514,16 @@ recentf-save-file (expand-file-name "recentf" user-emacs-directory)) (recentf-mode 1))) #+END_SRC +** spotlight + +An awesome way to open files on OS X. + +#+BEGIN_SRC emacs-lisp + (req-package spotlight + :if (eq system-type 'darwin) + :config (setq spotlight-tmp-file "/tmp/.emacs-spotlight-tmp-file")) +#+END_SRC + ** saveplace It.. saves the position I visited a file at last. Might try turning