themes-megapack: darkokai, set mode-line padding to 1

This commit is contained in:
syl20bnr 2016-06-01 23:05:40 -04:00
parent a2e49d5fa1
commit 9414a8a393

View file

@ -109,6 +109,9 @@
zonokai-theme
))
;; programmatically defin the init functions
;; define programmatically the init functions
(dolist (pkg themes-megapack-packages)
(eval `(defun ,(intern (format "themes-megapack/init-%S" pkg)) nil)))
(defun themes-megapack/init-darkokai-theme ()
(setq darkokai-mode-line-padding 1))