Config: set the weight of org headings to 1
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
exec-path-form-shell gcmh hungry-delete marginalia multiple-cursors orderless
|
exec-path-form-shell gcmh hungry-delete marginalia multiple-cursors orderless
|
||||||
restart-emacs smart-mode-line solarized-theme vertico))
|
restart-emacs smart-mode-line solarized-theme vertico))
|
||||||
'(safe-local-variable-values
|
'(safe-local-variable-values
|
||||||
'((eval when (fboundp 'rainbow-mode) (rainbow-mode 1)) (gptel-mode . t)
|
'((eval visual-line-mode nil) (eval when (fboundp 'rainbow-mode) (rainbow-mode 1)) (gptel-mode . t)
|
||||||
(eval progn
|
(eval progn
|
||||||
(setq org-hugo-base-dir
|
(setq org-hugo-base-dir
|
||||||
(if (eq system-type 'windows-nt) "h:/emacs/hugo/this-is-my-blog/"
|
(if (eq system-type 'windows-nt) "h:/emacs/hugo/this-is-my-blog/"
|
||||||
|
|||||||
@@ -270,8 +270,8 @@
|
|||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
_p_ : prev line _P_ : previous _c_ : edit lines
|
_p_ : prev line _P_ : previous _c_ : edit lines
|
||||||
_n_ : next line _N_ : next _._ : pop
|
_n_ : next line _N_ : next _._ : pop
|
||||||
_b_ : prev word _q_ : quit
|
_b_ : prev word _q_ : quit
|
||||||
_f_ : next word _i_ : insert numbers
|
_f_ : next word _i_ : insert numbers
|
||||||
_B_ : prev symbol
|
_B_ : prev symbol
|
||||||
_F_ : next symbol
|
_F_ : next symbol
|
||||||
_s_ : in region
|
_s_ : in region
|
||||||
|
|||||||
@@ -259,6 +259,7 @@
|
|||||||
("linux" . ?l)
|
("linux" . ?l)
|
||||||
("computer-stuff" . ?c)
|
("computer-stuff" . ?c)
|
||||||
("philosophy" . ?p)
|
("philosophy" . ?p)
|
||||||
|
("film" . ?f)
|
||||||
("game" . ?g)
|
("game" . ?g)
|
||||||
("gamestudies" . ?G)
|
("gamestudies" . ?G)
|
||||||
("masterpiece" . ?m)
|
("masterpiece" . ?m)
|
||||||
|
|||||||
@@ -18,10 +18,15 @@
|
|||||||
my-base16-dark-core-palette
|
my-base16-dark-core-palette
|
||||||
'((custom-theme-set-faces
|
'((custom-theme-set-faces
|
||||||
theme-name
|
theme-name
|
||||||
`(org-level-2 ((,class (:foreground ,green :height 1.05))))
|
`(org-level-1 ((,class (:foreground ,orange :height 1.0 :weight normal))))
|
||||||
`(org-level-3 ((,class (:foreground ,blue))))
|
`(org-level-2 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||||
`(org-level-6 ((,class (:foreground ,green))))
|
`(org-level-3 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||||
`(org-level-8 ((,class (:foreground ,blue))))
|
`(org-level-4 ((,class (:foreground ,yellow :height 1.0 :weight normal))))
|
||||||
|
`(org-level-5 ((,class (:foreground ,cyan :height 1.0 :weight normal))))
|
||||||
|
`(org-level-6 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||||
|
`(org-level-7 ((,class (:foreground ,orange :height 1.0 :weight normal))))
|
||||||
|
`(org-level-8 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||||
|
`(org-document-title ((,class (:foreground ,base0 :height 1.0 :weight bold))))
|
||||||
`(org-done ((,class (:foreground ,green :weight bold))))
|
`(org-done ((,class (:foreground ,green :weight bold))))
|
||||||
`(org-headline-done ((,class (:foreground ,green))))
|
`(org-headline-done ((,class (:foreground ,green))))
|
||||||
`(org-block-begin-line ((,class (:foreground ,base01 :underline t :slant italic :extend t))))
|
`(org-block-begin-line ((,class (:foreground ,base01 :underline t :slant italic :extend t))))
|
||||||
|
|||||||
@@ -18,15 +18,21 @@
|
|||||||
my-base16-light-core-palette
|
my-base16-light-core-palette
|
||||||
'((custom-theme-set-faces
|
'((custom-theme-set-faces
|
||||||
theme-name
|
theme-name
|
||||||
`(org-level-2 ((,class (:foreground ,green :height 1.05))))
|
`(org-level-1 ((,class (:foreground ,orange :height 1.0 :weight normal))))
|
||||||
`(org-level-3 ((,class (:foreground ,blue))))
|
`(org-level-2 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||||
`(org-level-6 ((,class (:foreground ,green))))
|
`(org-level-3 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||||
`(org-level-8 ((,class (:foreground ,blue))))
|
`(org-level-4 ((,class (:foreground ,yellow :height 1.0 :weight normal))))
|
||||||
|
`(org-level-5 ((,class (:foreground ,cyan :height 1.0 :weight normal))))
|
||||||
|
`(org-level-6 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||||
|
`(org-level-7 ((,class (:foreground ,orange :height 1.0 :weight normal))))
|
||||||
|
`(org-level-8 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||||
|
`(org-document-title ((,class (:foreground ,base0 :height 1.0 :weight bold))))
|
||||||
`(org-done ((,class (:foreground ,green :weight bold))))
|
`(org-done ((,class (:foreground ,green :weight bold))))
|
||||||
`(org-headline-done ((,class (:foreground ,green))))
|
`(org-headline-done ((,class (:foreground ,green))))
|
||||||
`(org-block-begin-line ((,class (:foreground ,base01 :underline t :slant italic :extend t))))
|
`(org-block-begin-line ((,class (:foreground ,base01 :underline t :slant italic :extend t))))
|
||||||
`(org-block-end-line ((,class (:foreground ,base01 :overline t :slant italic :extend t))))
|
`(org-block-end-line ((,class (:foreground ,base01 :overline t :slant italic :extend t))))
|
||||||
`(org-priority ((,class (:foreground ,green :weight bold))))
|
`(org-priority ((,class (:foreground ,green :weight bold))))
|
||||||
|
`(org-checkbox ((,class (:foreground ,base0 :weight bold))))
|
||||||
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
|
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
|
||||||
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))
|
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))
|
||||||
`(font-lock-string-face ((,class (:foreground ,green))))
|
`(font-lock-string-face ((,class (:foreground ,green))))
|
||||||
|
|||||||
Reference in New Issue
Block a user