Skip to content

Commit

Permalink
feat(data): add support for gnuplot
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Aug 18, 2023
1 parent 5de872d commit 62fb2ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/me-data.el
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@
'org-babel-load-languages
(append org-babel-load-languages '((d2 . t)))))

(use-package gnuplot
:straight t
:hook (gnuplot-mode . display-line-numbers-mode)
:hook (gnuplot-mode . visual-line-mode)
:init
(add-to-list 'auto-mode-alist '("\\.gnuplot\\'" . gnuplot-mode)))


(provide 'me-data)

Expand Down

0 comments on commit 62fb2ad

Please sign in to comment.