diff --git a/custom.el b/custom.el index 52de4b9..a4c0fe9 100644 --- a/custom.el +++ b/custom.el @@ -6,8 +6,8 @@ ;; If there is more than one, they won't work right. '(eglot-code-action-indications '(eldoc-hint)) '(package-selected-packages - '(cape dumb-jump exec-path-from-shell jai-mode magit move-text - multiple-cursors yaml yaml-mode)) + '(cape dumb-jump dumber-jump exec-path-from-shell jai-mode magit + markdown-mode move-text multiple-cursors yaml yaml-mode)) '(package-vc-selected-packages '((jai-mode :url "https://github.com/valignatev/jai-mode.git")))) (custom-set-faces diff --git a/init.el b/init.el index b1ccc58..8ea34ce 100644 --- a/init.el +++ b/init.el @@ -28,7 +28,8 @@ (setq custom-file "~/.emacs.d/custom.el" - make-backup-files nil) + make-backup-files nil + dired-dwim-target t) (setopt use-short-answers t