Skip to content

Commit

Permalink
Add note about varible-pitch-mode in org-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
theasp committed Apr 19, 2017
1 parent 5063c27 commit 4ab654a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 4ab654a

Please sign in to comment.