commit a888c5cce71e6d5bbda466d2402c46217b35ec27
parent 647a24ffa176155669c1157af7bc5e65547520b2
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Tue, 25 Sep 2018 15:25:03 -0400
Add the `dumb-jump` package
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/partials/extras.el b/partials/extras.el
@@ -78,6 +78,14 @@
:config
(setq mastodon-instance-url "https://mastodon.social"))
+(use-package dumb-jump
+ ;; jump to definition for multiple languages without configuration.
+ :ensure t
+ :pin melpa
+ :config
+ (dumb-jump-mode 1)
+ )
+
;; Org-mode seetings
(setq org-todo-keywords
'((sequence "TODO" "INPROGRESS" "REVIEW" "WAITING" "DELEGATED" "DONE")))