diff options
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 677358e9..008b5b16 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -514,6 +514,16 @@ I only use this occasionally, but it’s nice for files outside of projects. (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 |