Add tools/impatient-mode

This commit is contained in:
Henrik Lissner 2017-07-05 02:49:10 +02:00
parent ea4e3e3c77
commit 72557d8c43
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 38 additions and 1 deletions

View file

@ -281,7 +281,7 @@
:desc "Fullscreen" :n "f" #'doom/toggle-fullscreen
:desc "Indent guides" :n "i" #'highlight-indentation-mode
:desc "Indent guides (column)" :n "I" #'highlight-indentation-current-column-mode
:desc "Impatient mode" :n "h" #'+present/impatient-mode
:desc "Impatient mode" :n "h" #'+impatient-mode/toggle
:desc "Big mode" :n "b" #'doom-big-font-mode
:desc "Evil goggles" :n "g" #'+evil-goggles/toggle))