From bd7df3b864b7ad4e891e4069f742fa7f077c3c0e Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 14 May 2020 17:52:40 +0200 Subject: [PATCH] emacs: add markdown-mode --- .emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index 8c5fc75..fa587b7 100644 --- a/.emacs +++ b/.emacs @@ -183,12 +183,12 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(c-basic-offset 4) '(elpy-modules (quote (elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-sane-defaults))) - '(c-basic-offset 4) '(frame-background-mode (quote dark)) - '(package-selected-packages (quote (org po-mode elpy blacken yaml-mode)))) + '(package-selected-packages (quote (markdown-mode org po-mode elpy blacken yaml-mode)))) (custom-set-faces ;; custom-set-faces was added by Custom.