diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 22:35:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 22:45:40 +0300 |
commit | 2f01d0ac61be75229c07e8dbe4b59978d233ab06 (patch) | |
tree | 230d9857a7d341d094a4eb97e4b27ad3207ee970 /.emacs.d/modules/thanos-markdown.el | |
parent | 13809a4270a13ab87e0df8687458347c9d39e69f (diff) |
emacs: Reorganize modules, change theme to molokai
Diffstat (limited to '.emacs.d/modules/thanos-markdown.el')
-rw-r--r-- | .emacs.d/modules/thanos-markdown.el | 17 |
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) |