From 9414a8a393362a8193659f219d09b0e6d50c41e3 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 1 Jun 2016 23:05:40 -0400 Subject: [PATCH] themes-megapack: darkokai, set mode-line padding to 1 --- layers/+themes/themes-megapack/packages.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layers/+themes/themes-megapack/packages.el b/layers/+themes/themes-megapack/packages.el index 255b5789e..8db4afa4f 100644 --- a/layers/+themes/themes-megapack/packages.el +++ b/layers/+themes/themes-megapack/packages.el @@ -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))