@ -1325,5 +1325,8 @@
(with-eval-after-load 'base16-theme
(add-hook 'after-init-hook #'my/configure-theme))
(when (and custom-file (file-exists-p custom-file))
(load custom-file nil 'nomessage))
(provide 'init)
;;; init.el ends here