diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -431,6 +431,14 @@ | |||
431 | (mm/org-font-setup)) | 431 | (mm/org-font-setup)) |
432 | 432 | ||
433 | 433 | ||
434 | ;; Make org heading bullets look nicer | ||
435 | (use-package org-bullets | ||
436 | :straight t | ||
437 | :hook (org-mode . org-bullets-mode) | ||
438 | :custom | ||
439 | (org-bullets-bullet-list '("•"))) | ||
440 | |||
441 | |||
434 | 442 | ||
435 | 443 | ||
436 | ;; --------------------------------------------------------------------- | 444 | ;; --------------------------------------------------------------------- |