mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package erlang
This commit is contained in:
parent
3648968031
commit
307d9618bb
15
init.org
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user