spacemacs/layers/+tools/geolocation/extensions.el
syl20bnr fb27ede558 Bump year in copyright headers
Happy New Year 2017!
2017-01-05 23:08:17 -05:00

19 lines
538 B
EmacsLisp

;;; extensions.el --- geolocation configuration File for Spacemacs
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;
;; Author: Uri Sharf <uri.sharf@me.com>
;; URL: https://github.com/usharf/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(setq geolocation-post-extensions '(theme-changer))
(defun geolocation/init-theme-changer ()
"Initialize theme-changer"
(use-package theme-changer
:if (and geolocation-enable-automatic-theme-changer
(> (length dotspacemacs-themes) 1))))