From c1cec965b398c917109207772109df45c6a2579d Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 23 Aug 2020 13:20:17 +0200 Subject: [PATCH] Change appearance of org mode bullets --- +org.el | 2 +- init.el | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/+org.el b/+org.el index 6b5d167..56f423b 100644 --- a/+org.el +++ b/+org.el @@ -2,7 +2,7 @@ ;; Org mode configuration ;; (setq org-ellipsis " ▼ " - org-bullets-bullet-list '("◉" "⁖" "○" "‣")) + org-superstar-headline-bullets-list '("⁖")) ;; Cycle through header visibility (after! evil-org (remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h)) diff --git a/init.el b/init.el index 6634ff6..ea0de7b 100644 --- a/init.el +++ b/init.el @@ -29,6 +29,9 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns + (ligatures + +extra + +iosevka) ; ligatures and symbols to make your code pretty again modeline ; snazzy, Atom-inspired modeline, plus API nav-flash ; blink the current line after jumping ;;neotree ; a project drawer, like NERDTree for vim @@ -36,8 +39,6 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - (pretty-code - +iosevka) ; replace bits of code with pretty symbols ;;tabs ; an tab bar for Emacs ;;treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages @@ -143,7 +144,8 @@ ;;+ipython ; ipython/jupyter support for babel +pandoc ; export-with-pandoc support ;;+pomodoro ; be fruitful with the tomato technique - +present) ; using org-mode for presentations + +present ; using org-mode for presentations + +pretty) ;;perl ; write code no one else can comprehend (php +lsp) ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more