This commit is contained in:
opfez 2021-06-06 21:38:04 +02:00
parent 10de2fd275
commit 18cae6b35b
1 changed files with 1 additions and 9 deletions

View File

@ -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