diff --git a/init.org b/init.org index 515387f..21fc7d3 100644 --- a/init.org +++ b/init.org @@ -207,8 +207,7 @@ (let* ((package--builtins nil) (packages - '(erlang ; Erlang major mode - expand-region ; Increase selected region by semantic units + '(expand-region ; Increase selected region by semantic units focus ; Dim color of text in surrounding sections go-mode ; Major mode for the Go programming language haskell-mode ; A Haskell editing mode @@ -1420,6 +1419,18 @@ #+end_src +** Erlang + + Erlang mode works out of the box. + + #+begin_src emacs-lisp + + ;; Erlang major mode + (use-package erlang + :defer t) + + #+end_src + * Org-mode LaTeX export I like using the [[https://code.google.com/p/minted/][Minted]] package for source blocks in LaTeX. To make org use