branch: elpa/sesman
commit 04df98807fe4647c85e546ecc290f9f0b55baadb
Author: Vitalie Spinu <spinu...@gmail.com>
Commit: Vitalie Spinu <spinu...@gmail.com>

    Change font of sesman-buffer-face
---
 sesman.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sesman.el b/sesman.el
index 0bfbdb2190..8d0b75e563 100644
--- a/sesman.el
+++ b/sesman.el
@@ -60,7 +60,7 @@
   :group 'sesman)
 
 (defface sesman-buffer-face
-  '((default (:inherit font-lock-keyword-face)))
+  '((default (:inherit font-lock-preprocessor-face)))
   "Face used to mark buffers."
   :group 'sesman)
 

Reply via email to