mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Add gnuplot
This commit is contained in:
parent
878146e130
commit
0fac3f4de0
1 changed files with 6 additions and 0 deletions
|
@ -280,6 +280,12 @@ A strongly typed, pure functional language.
|
|||
:ensure t
|
||||
:mode "\.dot$")
|
||||
#+END_SRC
|
||||
*** Gnuplot
|
||||
#+name: programming
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package gnuplot
|
||||
:ensure t)
|
||||
#+END_SRC
|
||||
** Tools
|
||||
*** Autocomplete
|
||||
#+name: autocomplete
|
||||
|
|
Loading…
Reference in a new issue