From b5865cfc4d35ee2cefae719695ee628a6924b43f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 31 Jan 2016 10:44:07 +0000 Subject: [PATCH] Customize face for perspective --- custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.el b/custom.el index ed6b9c0..73581c3 100644 --- a/custom.el +++ b/custom.el @@ -10,4 +10,5 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(persp-selected-face ((t (:foreground "#d97a35" :weight bold)))) '(sp-pair-overlay-face ((t (:inherit nil)))))