summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-markdown.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-markdown.el')
-rw-r--r--.emacs.d/modules/thanos-markdown.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/.emacs.d/modules/thanos-markdown.el b/.emacs.d/modules/thanos-markdown.el
index 72e0327..53aefc6 100644
--- a/.emacs.d/modules/thanos-markdown.el
+++ b/.emacs.d/modules/thanos-markdown.el
@@ -24,23 +24,6 @@
;;; Code:
-(defun thanos/markdown-theme ()
- "."
- (interactive)
- (dolist
- (face
- '(markdown-header-face-1 :height 2.0))))
-
-(require 'markdown-mode)
-(setq markdown-header-scaling t)
-(add-to-list 'auto-mode-alist '("\\.md\\'" . gfm-mode))
-(setq markdown-command "multimarkdown")
-
-(electric-pair-mode 1)
-(auto-insert-mode 1)
-(global-flycheck-mode)
-(global-set-key (kbd "M-.") 'xref-find-definitions)
-(global-set-key (kbd "C-c l") 'display-line-numbers-mode)