summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-14 14:55:02 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-14 15:01:34 +0100
commit7efc3746722f70193c4f56bf62051d4800c47c6e (patch)
tree1db83af8eb644f9821e0788c77e626f9a0bb6a83 /.emacs-custom.el
parent9d66f6365f0aed46b9318098c7bf4cf25073a856 (diff)
downloaddotfiles-7efc3746722f70193c4f56bf62051d4800c47c6e.tar.xz
Commit some minor stuff
- fix accidentally committed Emacs 27 customization - add a useful Gnus shortcut when dealing with drafts
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el2
1 files changed, 1 insertions, 1 deletions
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)