all repos — nixfiles @ 94489bb8ce88f65c6a440f4f0953ad00248a1ab9

System and user configuration, managed by nix and home-manager

Remove unused packages

Alan Pearce
commit

94489bb8ce88f65c6a440f4f0953ad00248a1ab9

parent

bce550f39714f5581540413b9fa0e6f8f21fa35b

1 file changed, 0 insertions(+), 20 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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