summary refs log tree commit diff
path: root/emacs/custom/my-org.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 07:46:03 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-21 07:46:03 -0800
commit4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd (patch)
tree5113a473daf78413c64b5cce15a182eedd0fab0a /emacs/custom/my-org.el
parentfix(eshell): don't set the color for the prompt (diff)
downloademacs.d-4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd.tar.gz
ref(ui): switch back to simpler themes/fonts
I prefer the simplicity of Source Code Pro as a font, it's less fancy
but also more readable to me.

I also can't get used to variable pitch for org-mode, I still prefer a
monospace font.

Change-Id: If174c656309ee29fa80e1610571ff711ed9de6a3
Diffstat (limited to 'emacs/custom/my-org.el')
-rw-r--r--emacs/custom/my-org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el
index b40c3f8..f49bc6b 100644
--- a/emacs/custom/my-org.el
+++ b/emacs/custom/my-org.el
@@ -17,7 +17,6 @@
 (add-hook 'org-mode-hook 'org-indent-mode)
 (add-hook 'org-mode-hook 'org-hide-block-all)
 (add-hook 'org-mode-hook 'visual-line-mode)
-(add-hook 'org-mode-hook 'variable-pitch-mode)
 (add-hook 'org-capture-after-finalize-hook 'org-save-all-org-buffers)
 (add-hook 'org-capture-prepare-finalize-hook 'org-save-all-org-buffers)