added ediprolog
This commit is contained in:
parent
bdec630ca7
commit
e6e875dba8
1 changed files with 5 additions and 0 deletions
|
|
@ -306,6 +306,11 @@
|
||||||
:custom
|
:custom
|
||||||
(c-default-style '((java-mode . "java") (awk-mode . "awk") (other . "linux"))))
|
(c-default-style '((java-mode . "java") (awk-mode . "awk") (other . "linux"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Prolog
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package ediprolog
|
||||||
|
:bind (("C-c C-e" . ediprolog-dwim)))
|
||||||
|
#+end_src
|
||||||
* Latex
|
* Latex
|
||||||
** Auctex
|
** Auctex
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue