Allow forced require!

This commit is contained in:
Henrik Lissner 2017-03-20 15:57:41 -04:00
parent 1677844fd6
commit 188baf8626
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@
;;
(def-bootstrap! cc
;; NOTE Untested
(require! :lang cc)
(require! :lang cc t)
(require 'irony)
(unless (expand-file-name "bin/irony-server" irony-server-install-prefix)
(pcase (doom-system-os)