diff --git a/init.el b/init.el index 9174bdb..4726553 100644 --- a/init.el +++ b/init.el @@ -101,6 +101,7 @@ There are two things you can do about this warning: (global-linum-mode) (which-key-mode) (editorconfig-mode 1) +(dumb-jump-mode) (add-hook 'prog-mode-hook (lambda () (idle-highlight-mode t))) (defun clojure-mode-hook () @@ -128,7 +129,7 @@ There are two things you can do about this warning: '(initial-frame-alist (quote ((fullscreen . maximized)))) '(package-selected-packages (quote - (idle-highlight-mode neotree smex rainbow-delimiters clj-refactor which-key ac-cider company js3-mode less-css-mode sass-mode paredit markdown-mode yaml-mode editorconfig auto-complete parinfer git-commit cider clojure-mode projectile better-defaults)))) + (dumb-jump idle-highlight-mode neotree smex rainbow-delimiters clj-refactor which-key ac-cider company js3-mode less-css-mode sass-mode paredit markdown-mode yaml-mode editorconfig auto-complete parinfer git-commit cider clojure-mode projectile better-defaults)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.