Compare commits
No commits in common. "2398612a6c4a154f2b967504589e826f0ad4794c" and "fdcd5a4c6ba15d98154b3d797668da020fb05d13" have entirely different histories.
2398612a6c
...
fdcd5a4c6b
11
+org.el
11
+org.el
|
@ -1,7 +1,8 @@
|
||||||
;;; ~/.doom.d/+org.el -*- lexical-binding: t; -*-
|
;;; ~/.doom.d/+org.el -*- lexical-binding: t; -*-
|
||||||
;; Org mode configuration
|
;; Org mode configuration
|
||||||
;;
|
;;
|
||||||
(setq org-ellipsis " ▼ ")
|
(setq org-ellipsis " ▼ "
|
||||||
|
org-superstar-headline-bullets-list '("⁖"))
|
||||||
;; Cycle through header visibility
|
;; Cycle through header visibility
|
||||||
(after! evil-org
|
(after! evil-org
|
||||||
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
||||||
|
@ -113,11 +114,3 @@
|
||||||
(setq org-download-image-dir "~/.cache/org-download"
|
(setq org-download-image-dir "~/.cache/org-download"
|
||||||
org-attach-id-dir "~/.cache/org-attach"
|
org-attach-id-dir "~/.cache/org-attach"
|
||||||
org-attach-auto-tag nil))
|
org-attach-auto-tag nil))
|
||||||
;; Show images by default with a limited width
|
|
||||||
(setq org-startup-with-inline-images t
|
|
||||||
org-image-actual-width 600)
|
|
||||||
;; Use a modern look
|
|
||||||
(use-package! org-modern
|
|
||||||
:hook (org-mode . org-modern-mode)
|
|
||||||
:config
|
|
||||||
(setq org-modern-star ["⁖"]))
|
|
||||||
|
|
6
init.el
6
init.el
|
@ -151,9 +151,9 @@
|
||||||
;;+hugo ; use Emacs for hugo blogging
|
;;+hugo ; use Emacs for hugo blogging
|
||||||
;;+jupyter ; jupyter support for babel
|
;;+jupyter ; jupyter support for babel
|
||||||
+pandoc ; export-with-pandoc support
|
+pandoc ; export-with-pandoc support
|
||||||
+pomodoro ; be fruitful with the tomato technique
|
+pomodoro ; be fruitful with the tomato technique
|
||||||
+present) ; using org-mode for presentations
|
+present ; using org-mode for presentations
|
||||||
;;+pretty)
|
+pretty)
|
||||||
;;perl ; write code no one else can comprehend
|
;;perl ; write code no one else can comprehend
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
|
|
@ -11,4 +11,3 @@
|
||||||
(package! elfeed-protocol)
|
(package! elfeed-protocol)
|
||||||
(package! magit-delta)
|
(package! magit-delta)
|
||||||
(package! engrave-faces)
|
(package! engrave-faces)
|
||||||
(package! org-modern)
|
|
||||||
|
|
Loading…
Reference in New Issue