spacemacs/layers/geolocation/extensions.el
Uri Sharf 0c09047e29 Update geolocation (re-write)
- updated to evilified-state-evilify-map
- add entry for sunrise-appid
2016-01-31 21:22:30 -05:00

20 lines
575 B
EmacsLisp

;;; extensions.el --- geolocation configuration File for Spacemacs
;;
;; Copyright (c) 2012-2014 Sylvain Benner
;; Copyright (c) 2014-2015 Uri Sharf & 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))))