update: 20210309 red

master
Kore Francis Njenga 5 years ago
parent 80b74b3d42
commit bf59ab04ad

@ -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

@ -0,0 +1,13 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; 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.
'(org-agenda-files
'("~/org/roam/20210219203225-acknowledge_him.org" "/home/kore/org/diluted-opinion.org" "/home/kore/org/todo.org")))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; 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.
)
Loading…
Cancel
Save