Remove unused packages
Alan Pearce alan.pearce@spotcap.com
Thu, 07 Jul 2016 16:23:55 +0200
1 files changed, 0 insertions(+), 20 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -585,17 +585,6 @@ 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 - (use-package spotlight - :defer 10 - :if (eq system-type 'darwin) - :config (setq spotlight-tmp-file "/tmp/.emacs-spotlight-tmp-file")) -#+END_SRC - ** Tramp Tramp is awesome. It makes SSH feel Unix-y. The proxy setup is so @@ -2035,15 +2024,6 @@ (eshell/cd dir))) (bind-key "C-c S" #'eshell-goto-current-dir) -#+END_SRC - -#+BEGIN_SRC emacs-lisp - (with-eval-after-load 'eshell - (use-package esh-buf-stack - :init (progn - (add-hook 'eshell-load-hook (lambda () - (setup-eshell-buf-stack) - (bind-key "M-q" #'eshell-push-command eshell-mode-map)))))) #+END_SRC *** Shells