mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 01:51:15 +10:00
Changing bullets.
This commit is contained in:
@@ -285,8 +285,7 @@
|
|||||||
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
||||||
org-ellipsis " ▼ "
|
org-ellipsis " ▼ "
|
||||||
org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")
|
org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")
|
||||||
org-superstar-item-bullet-alist '((?+ . ?➤)
|
org-superstar-item-bullet-alist '((?+ . ?➤) (?- . ?✦)) ; changes +/- symbols in item lists
|
||||||
(?- . ?✦))
|
|
||||||
org-log-done 'time
|
org-log-done 'time
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
;; ex. of org-link-abbrev-alist in action
|
;; ex. of org-link-abbrev-alist in action
|
||||||
@@ -309,10 +308,10 @@
|
|||||||
"CANCELLED(c)" )))) ; Task has been cancelled
|
"CANCELLED(c)" )))) ; Task has been cancelled
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(org-level-1 ((t (:inherit outline-1 :height 1.2))))
|
'(org-level-1 ((t (:inherit outline-1 :height 1.4))))
|
||||||
'(org-level-2 ((t (:inherit outline-2 :height 1.0))))
|
'(org-level-2 ((t (:inherit outline-2 :height 1.3))))
|
||||||
'(org-level-3 ((t (:inherit outline-3 :height 1.0))))
|
'(org-level-3 ((t (:inherit outline-3 :height 1.2))))
|
||||||
'(org-level-4 ((t (:inherit outline-4 :height 1.0))))
|
'(org-level-4 ((t (:inherit outline-4 :height 1.1))))
|
||||||
'(org-level-5 ((t (:inherit outline-5 :height 1.0))))
|
'(org-level-5 ((t (:inherit outline-5 :height 1.0))))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -531,8 +531,7 @@ I wrapped most of this block in (after! org). Without this, my settings might b
|
|||||||
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
||||||
org-ellipsis " ▼ "
|
org-ellipsis " ▼ "
|
||||||
org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")
|
org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")
|
||||||
org-superstar-item-bullet-alist '((?+ . ?➤)
|
org-superstar-item-bullet-alist '((?+ . ?➤) (?- . ?✦)) ; changes +/- symbols in item lists
|
||||||
(?- . ?✦))
|
|
||||||
org-log-done 'time
|
org-log-done 'time
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
;; ex. of org-link-abbrev-alist in action
|
;; ex. of org-link-abbrev-alist in action
|
||||||
@@ -558,10 +557,10 @@ I wrapped most of this block in (after! org). Without this, my settings might b
|
|||||||
** Set font sizes for each header level in Org
|
** Set font sizes for each header level in Org
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(org-level-1 ((t (:inherit outline-1 :height 1.2))))
|
'(org-level-1 ((t (:inherit outline-1 :height 1.4))))
|
||||||
'(org-level-2 ((t (:inherit outline-2 :height 1.0))))
|
'(org-level-2 ((t (:inherit outline-2 :height 1.3))))
|
||||||
'(org-level-3 ((t (:inherit outline-3 :height 1.0))))
|
'(org-level-3 ((t (:inherit outline-3 :height 1.2))))
|
||||||
'(org-level-4 ((t (:inherit outline-4 :height 1.0))))
|
'(org-level-4 ((t (:inherit outline-4 :height 1.1))))
|
||||||
'(org-level-5 ((t (:inherit outline-5 :height 1.0))))
|
'(org-level-5 ((t (:inherit outline-5 :height 1.0))))
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user