[emacs] Need to use +pretty for org bullets now
This commit is contained in:
@ -190,7 +190,6 @@ A handful of mods here clean up org mode. Line numbers don’t mean much when yo
|
|||||||
org-fontify-done-headline t
|
org-fontify-done-headline t
|
||||||
org-fontify-quote-and-verse-blocks t
|
org-fontify-quote-and-verse-blocks t
|
||||||
org-ellipsis "…"
|
org-ellipsis "…"
|
||||||
org-bullets-bullet-list '("■" "◆" "▲" "▶")
|
|
||||||
org-capture-templates
|
org-capture-templates
|
||||||
'(("i" "Send to inbox" entry (file+headline "~/org/inbox.org" "Inbox")
|
'(("i" "Send to inbox" entry (file+headline "~/org/inbox.org" "Inbox")
|
||||||
"* TODO %?\n"))
|
"* TODO %?\n"))
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
;;neotree ; a project drawer, like NERDTree for vim
|
;;neotree ; a project drawer, like NERDTree for vim
|
||||||
ophints ; highlight the region an operation acts on
|
ophints ; highlight the region an operation acts on
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
;;pretty-code ; ligatures or substitute text with pretty symbols
|
pretty-code ; ligatures or substitute text with pretty symbols
|
||||||
;;tabs ; an tab bar for Emacs
|
;;tabs ; an tab bar for Emacs
|
||||||
treemacs ; a project drawer, like neotree but cooler
|
treemacs ; a project drawer, like neotree but cooler
|
||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
@ -146,6 +146,7 @@
|
|||||||
+gnuplot
|
+gnuplot
|
||||||
+ipython ; ipython support for babel
|
+ipython ; ipython support for babel
|
||||||
+journal
|
+journal
|
||||||
|
+pretty
|
||||||
+roam
|
+roam
|
||||||
+pandoc ; pandoc integration into org's exporter
|
+pandoc ; pandoc integration into org's exporter
|
||||||
+pomodoro
|
+pomodoro
|
||||||
@ -154,7 +155,7 @@
|
|||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
plantuml ; diagrams for confusing people more
|
plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
(python +lsp) ; beautiful is better than ugly
|
(python +lsp +pyright) ; beautiful is better than ugly
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
rest ; Emacs as a REST client
|
rest ; Emacs as a REST client
|
||||||
|
|||||||
Reference in New Issue
Block a user