diff --git a/packages.el b/packages.el index fcdff66..379ea38 100644 --- a/packages.el +++ b/packages.el @@ -60,9 +60,7 @@ (propertize (concat (number-to-string entry-idx) ":" nickname "> ") 'face 'sly-mrepl-prompt-face - 'font-lock-face 'sly-mrepl-prompt-face))))) - (use-package sly-quicklisp - :ensure t)) + 'font-lock-face 'sly-mrepl-prompt-face)))))) ;; Amazing s-expression editing mode. (use-package paredit @@ -107,12 +105,6 @@ (global-set-key (kbd "C->") 'mc/mark-next-like-this) (setq mc/always-run-for-all t)) -;; Jump to definitions and files with M-. -(use-package dumb-jump - :ensure t - :config - (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)) - ;; avy - jump around files more easily (use-package avy :ensure t