Neue Capture-Templates

This commit is contained in:
hansi
2026-04-06 14:04:32 +02:00
parent ee451f78fd
commit b230f57ff0
10 changed files with 220 additions and 29 deletions

View File

@@ -51,28 +51,7 @@
(provide 'init-markdown)
;; (add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
;; (add-hook 'markdown-mode-hook #'my/text-indentation-setup)
;; (add-hook 'markdown-mode-hook #'outline-minor-mode)
;; (with-eval-after-load 'markdown-mode
;; (setq markdown-fontify-code-blocks-natively t)
;; (setq markdown-enable-math t)
;; (setq markdown-hide-markup t)
;; ;; Ruhige, org-artige Überschriften für doom-badger
;; (set-face-attribute 'markdown-header-face-1 nil
;; :foreground "#e5e9f0" :weight 'bold :height 1.35)
;; (set-face-attribute 'markdown-header-face-2 nil
;; :foreground "#d8dee9" :weight 'bold :height 1.25)
;; (set-face-attribute 'markdown-header-face-3 nil
;; :foreground "#d8dee9" :weight 'bold :height 1.18)
;; (set-face-attribute 'markdown-header-face-4 nil
;; :foreground "#c0c5ce" :weight 'semi-bold :height 1.12)
;; (set-face-attribute 'markdown-header-face-5 nil
;; :foreground "#c0c5ce" :weight 'semi-bold :height 1.08)
;; (set-face-attribute 'markdown-header-face-6 nil
;; :foreground "#b0b6bf" :weight 'normal :height 1.05))
;; (provide 'init-markdown)
(define-key markdown-mode-map (kbd "RET") #'markdown-follow-thing-at-point)
(custom-set-faces
'(markdown-link-face ((t (:foreground "#88c0d0" :underline t))))
'(markdown-url-face ((t (:foreground "#81a1c1" :underline t)))))