(emacs) prettier markdown
This commit is contained in:
parent
153bbb387a
commit
cbf46e69ce
|
@ -54,7 +54,6 @@
|
|||
;; they are implemented.
|
||||
|
||||
(require 'exec-path-from-shell)
|
||||
|
||||
(when (display-graphic-p)
|
||||
(exec-path-from-shell-initialize))
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
'(jdee-db-requested-breakpoint-face-colors (cons "#0d1011" "#b8bb26"))
|
||||
'(jdee-db-spec-breakpoint-face-colors (cons "#0d1011" "#928374"))
|
||||
'(objed-cursor-color "#fb4934")
|
||||
'(package-selected-packages '(xresources-theme exec-path-from-shell lsp-haskell lsp-ui))
|
||||
'(package-selected-packages
|
||||
'(theme-magic xresources-theme exec-path-from-shell lsp-haskell lsp-ui))
|
||||
'(pdf-view-midnight-colors (cons "#ebdbb2" "#282828"))
|
||||
'(rustic-ansi-faces
|
||||
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
|
||||
|
@ -45,7 +46,12 @@
|
|||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
'(markdown-header-face-1 ((t (:foreground "#1bae94" :height 1.25 :weight extra-bold :inherit markdown-header-face))))
|
||||
'(markdown-header-face-2 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face))))
|
||||
'(markdown-header-face-3 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face))))
|
||||
'(markdown-header-face-4 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face))))
|
||||
'(markdown-header-face-5 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face))))
|
||||
'(markdown-header-face-6 ((t (:foreground "#1bae94" :height 1.15 :weight extra-bold :inherit markdown-header-face)))))
|
||||
(defvar my-wal-colors nil)
|
||||
|
||||
(defun my-refresh-wal-colors ()
|
||||
|
@ -79,5 +85,5 @@
|
|||
'(markdown-header-face-2 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)
|
||||
'(markdown-header-face-3 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)
|
||||
'(markdown-header-face-4 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)
|
||||
'(markdown-header-face-5 :foreground "#1bae94" height 1.15 :weight bold :inherit markdown-header-face)
|
||||
'(markdown-header-face-5 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)
|
||||
'(markdown-header-face-6 :foreground "#1bae94" :height 1.15 :weight extra-bold :inherit markdown-header-face))
|
||||
|
|
Loading…
Reference in New Issue