From 4ab654a37e79a85e601802e724c7da4b391aa818 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 19 Apr 2017 13:52:40 +0000 Subject: [PATCH] Add note about varible-pitch-mode in org-mode --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 969e1e8..a698fd4 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+TITLE: FlatUi Dark Theme -A dark theme for Emacs inspired by [[https://github.com/steckerhalter/grandshell-theme][grandshell-theme]] and [[https://github.com/fniessen/emacs-leuven-theme][leuven-theme]], using the [[https://flatuicolors.com/][FlatUi colors]]. +A dark theme for Emacs inspired by [[https://github.com/steckerhalter/grandshell-theme][grandshell-theme]] and [[https://github.com/fniessen/emacs-leuven-theme][leuven-theme]], using the [[https://flatuicolors.com/][FlatUi colors]]. It also has support for using ~variable-pitch-mode~ in conjunction with ~org-mode~. * Usage @@ -10,6 +10,8 @@ If you want to load the theme in your ~.emacs~ or similar you can add: #+BEGIN_SRC elisp (load-theme 'flatui-dark t) +;; Optionally turn on variable fonts for org-mode +;; (add-hook 'org-mode-hook 'variable-pitch-mode) #+END_SRC and the theme should be loaded and activated on startup.