Skip to content

Commit

Permalink
Add config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianshi-tubi committed Nov 28, 2023
1 parent 9fa9b9b commit e9dd1bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion lisp/init-dump-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(require-package 'dumb-jump)
(require 'dumb-jump)

(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)

Expand Down
4 changes: 4 additions & 0 deletions lisp/init-local.el
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@
;; (setq json-reformat:indent-width 4)
(setq json-encoding-default-indentation " ")

;; set pandoc path
(custom-set-variables
'(markdown-command "/opt/homebrew/bin/pandoc"))

(provide 'init-local)
;;; init-locales.el ends here

0 comments on commit e9dd1bc

Please sign in to comment.