Add command-log-mode

This commit is contained in:
Henrik Lissner 2016-06-08 21:08:19 -04:00
parent 78c95aae3a
commit 873133eb67
3 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,7 @@
(ex! "bc[omp]" 'doom:byte-compile)
(ex! "re[load]" 'doom-reload)
(ex! "re[load]au" 'doom-reload-autoloads)
(ex! "clog" 'clm/toggle-command-log-buffer)
;; Quick mapping keys to commands, allows :nmap \m !make
(ex! "imap" 'doom:imap)