From 2f01d0ac61be75229c07e8dbe4b59978d233ab06 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 22:35:25 +0300 Subject: emacs: Reorganize modules, change theme to molokai --- .emacs.d/modules/thanos-markdown.el | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.emacs.d/modules/thanos-markdown.el') 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) -- cgit v1.2.3