mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package nix-mode
This commit is contained in:
parent
de923565b8
commit
89ae70a05b
14
init.org
14
init.org
@ -207,8 +207,7 @@
|
|||||||
|
|
||||||
(let* ((package--builtins nil)
|
(let* ((package--builtins nil)
|
||||||
(packages
|
(packages
|
||||||
'(nix-mode ; Major mode for editing .nix files
|
'(olivetti ; Minor mode for a nice writing environment
|
||||||
olivetti ; Minor mode for a nice writing environment
|
|
||||||
org ; Outline-based notes management and organizer
|
org ; Outline-based notes management and organizer
|
||||||
org-bullets ; Show bullets in org-mode as UTF-8 characters
|
org-bullets ; Show bullets in org-mode as UTF-8 characters
|
||||||
org-msg ; Org mode to send and reply to email in HTML
|
org-msg ; Org mode to send and reply to email in HTML
|
||||||
@ -1466,6 +1465,17 @@
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Nix
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
;; Major mode for editing .nix files
|
||||||
|
(use-package nix-mode
|
||||||
|
:defer t
|
||||||
|
:hook (nix-mode . eglot-ensure))
|
||||||
|
|
||||||
|
#+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
|
||||||
|
Loading…
Reference in New Issue
Block a user