summaryrefslogtreecommitdiff
path: root/init_org-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'init_org-mode.el')
-rw-r--r--init_org-mode.el29
1 files changed, 0 insertions, 29 deletions
diff --git a/init_org-mode.el b/init_org-mode.el
deleted file mode 100644
index 5176abc..0000000
--- a/init_org-mode.el
+++ /dev/null
@@ -1,29 +0,0 @@
-;; Org-mode bullets use UTF-8 bullets
-(require 'org-bullets)
-(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
-
-;; Long lines will flow and adjust to window.
-(add-hook 'org-mode-hook 'visual-line-mode)
-;; Hide characters that make text bold/italic/underlined
-(setq org-hide-emphasis-markers t)
-
-;; org-mode fonts
-(let* ((variable-tuple
- (cond ;;((x-list-fonts "Source Sans Pro") '(:font "Source Sans Pro"))
- ;;((x-list-fonts "Lucida Grande") '(:font "Lucida Grande"))
- ((x-list-fonts "Verdana") '(:font "Verdana"))
- (nil (warn "Cannot find a Sans Serif Font. Install Source Sans Pro."))))
- (base-font-color (face-foreground 'default nil 'default))
- (headline `(:inherit default :weight bold :foreground ,base-font-color)))
-
- (custom-theme-set-faces
- 'user
- `(org-level-8 ((t (,@headline ,@variable-tuple))))
- `(org-level-7 ((t (,@headline ,@variable-tuple))))
- `(org-level-6 ((t (,@headline ,@variable-tuple))))
- `(org-level-5 ((t (,@headline ,@variable-tuple))))
- `(org-level-4 ((t (,@headline ,@variable-tuple :height 1.1))))
- `(org-level-3 ((t (,@headline ,@variable-tuple :height 1.25))))
- `(org-level-2 ((t (,@headline ,@variable-tuple :height 1.5))))
- `(org-level-1 ((t (,@headline ,@variable-tuple :height 1.75))))
- `(org-document-title ((t (,@headline ,@variable-tuple :height 2.0 :underline nil))))))
Copyright 2019--2024 Marius PETER