use-package erlang

This commit is contained in:
larstvei 2023-06-12 02:21:08 +02:00
parent 3648968031
commit 307d9618bb

View File

@ -207,8 +207,7 @@
(let* ((package--builtins nil) (let* ((package--builtins nil)
(packages (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 focus ; Dim color of text in surrounding sections
go-mode ; Major mode for the Go programming language go-mode ; Major mode for the Go programming language
haskell-mode ; A Haskell editing mode haskell-mode ; A Haskell editing mode
@ -1420,6 +1419,18 @@
#+end_src #+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 * 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 I like using the [[https://code.google.com/p/minted/][Minted]] package for source blocks in LaTeX. To make org use