9d0558992c
+chat +checkers +emacs +intl +os +pair-programming +tags +theme +web-services
19 lines
575 B
EmacsLisp
19 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))))
|