From 7efc3746722f70193c4f56bf62051d4800c47c6e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 14 Nov 2018 14:55:02 +0100 Subject: Commit some minor stuff - fix accidentally committed Emacs 27 customization - add a useful Gnus shortcut when dealing with drafts --- .emacs-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 0ae7e88..4936b62 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -39,7 +39,7 @@ '(markdown-command "pandoc -s") '(markdown-enable-math t) '(markdown-header-scaling t) - '(markdown-indent-on-enter 'indent-and-new-item) + '(markdown-indent-on-enter (quote indent-and-new-item)) '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) '(org-startup-indented t) -- cgit v1.2.3