mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package markdown-mode
This commit is contained in:
parent
4684b2f5dc
commit
589f575927
13
init.org
13
init.org
@ -207,8 +207,7 @@
|
|||||||
|
|
||||||
(let* ((package--builtins nil)
|
(let* ((package--builtins nil)
|
||||||
(packages
|
(packages
|
||||||
'(markdown-mode ; Emacs Major mode for Markdown-formatted files
|
'(maude-mode ; Emacs mode for the programming language Maude
|
||||||
maude-mode ; Emacs mode for the programming language Maude
|
|
||||||
minizinc-mode ; Major mode for MiniZinc code
|
minizinc-mode ; Major mode for MiniZinc code
|
||||||
multiple-cursors ; Multiple cursors for Emacs
|
multiple-cursors ; Multiple cursors for Emacs
|
||||||
nano-modeline ; N Λ N O modeline
|
nano-modeline ; N Λ N O modeline
|
||||||
@ -859,6 +858,16 @@
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
* Markdown
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
;; Emacs Major mode for Markdown-formatted files
|
||||||
|
(use-package markdown-mode
|
||||||
|
:defer t)
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Direnv
|
* Direnv
|
||||||
|
|
||||||
I use [[https://direnv.net][direnv]] in combination with [[https://nixos.org][nix]] to allow for programs to only be
|
I use [[https://direnv.net][direnv]] in combination with [[https://nixos.org][nix]] to allow for programs to only be
|
||||||
|
Loading…
Reference in New Issue
Block a user