|
|
|
|
@ -37,16 +37,6 @@
|
|
|
|
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
|
|
|
|
(setq display-line-numbers-type t)
|
|
|
|
|
|
|
|
|
|
;; this controls the color of bold, italic, underline, verbatim, strikethrough
|
|
|
|
|
(setq org-emphasis-alist
|
|
|
|
|
'(("*" (bold :slant italic :weight black )) ;; this make bold both italic and bold, but not color change
|
|
|
|
|
("/" (italic :foreground "dark salmon" )) ;; italic text, the text will be "dark salmon"
|
|
|
|
|
("_" underline :foreground "cyan" ) ;; underlined text, color is "cyan"
|
|
|
|
|
("=" (:background "snow1" :foreground "deep slate blue" )) ;; background of text is "snow1" and text is "deep slate blue"
|
|
|
|
|
("~" (:background "PaleGreen1" :foreground "dim gray" ))
|
|
|
|
|
("+" (:strike-through nil :foreground "dark orange" ))))
|
|
|
|
|
|
|
|
|
|
(setq org-hide-emphasis-markers t) ;; hides the emphasis markers
|
|
|
|
|
|
|
|
|
|
;; Here are some additional functions/macros that could help you configure Doom:
|
|
|
|
|
;;
|
|
|
|
|
@ -65,6 +55,16 @@
|
|
|
|
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
|
|
|
|
;; they are implemented.
|
|
|
|
|
|
|
|
|
|
;; this controls the color of bold, italic, underline, verbatim, strikethrough
|
|
|
|
|
(setq org-emphasis-alist
|
|
|
|
|
'(("*" (bold :slant italic :weight black )) ;; this make bold both italic and bold, but not color change
|
|
|
|
|
("/" (italic :foreground "dark salmon" )) ;; italic text, the text will be "dark salmon"
|
|
|
|
|
("_" underline :foreground "cyan" ) ;; underlined text, color is "cyan"
|
|
|
|
|
("=" (:background "snow1" :foreground "deep slate blue" )) ;; background of text is "snow1" and text is "deep slate blue"
|
|
|
|
|
("~" (:background "PaleGreen1" :foreground "dim gray" ))
|
|
|
|
|
("+" (:strike-through nil :foreground "dark orange" ))))
|
|
|
|
|
|
|
|
|
|
(setq org-hide-emphasis-markers t) ;; hides the emphasis markers
|
|
|
|
|
|
|
|
|
|
;; org-roam-server
|
|
|
|
|
(setq org-roam-server-host "127.0.0.1"
|
|
|
|
|
@ -81,8 +81,8 @@
|
|
|
|
|
|
|
|
|
|
(setq ispell-program-name "aspell")
|
|
|
|
|
(setq ispell-extra-args '("--sug-mode=ultra" "--lang=en_US"))
|
|
|
|
|
;;(setq spell-fu-directory "~/+STORE/dictionary") ;; Please create this directory manually.
|
|
|
|
|
;;(setq ispell-personal-dictionary "~/+STORE/dictionary/.pws")
|
|
|
|
|
(setq spell-fu-directory "~/.config/+STORE/dictionary") ;; Please create this directory manually.
|
|
|
|
|
(setq ispell-personal-dictionary "~/.config/+STORE/dictionary/.pws")
|
|
|
|
|
|
|
|
|
|
(setq writeroom-fullscreen-effect t)
|
|
|
|
|
(setq org-fancy-priorities-list '((?A . "❗")
|
|
|
|
|
@ -233,7 +233,6 @@
|
|
|
|
|
;; LaTeX - pdfx
|
|
|
|
|
"pdfa.xmpi"
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
(setq treemacs-file-ignore-globs
|
|
|
|
|
'(;; LaTeX
|
|
|
|
|
"*/_minted-*"
|
|
|
|
|
@ -242,6 +241,7 @@
|
|
|
|
|
"*/_region_.log"
|
|
|
|
|
"*/_region_.tex"))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(use-package! org-super-agenda
|
|
|
|
|
:after org-agenda
|
|
|
|
|
:init
|
|
|
|
|
|