From 18cae6b35bf156769c00a2e893c09e6c0e7ba036 Mon Sep 17 00:00:00 2001 From: opfez Date: Sun, 6 Jun 2021 21:38:04 +0200 Subject: [PATCH] clean up --- packages.el | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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