Change appearance of org mode bullets
This commit is contained in:
parent
3d0ab84f06
commit
c1cec965b3
2
+org.el
2
+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))
|
||||
|
|
8
init.el
8
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
|
||||
|
|
Loading…
Reference in New Issue