Update customfile for win32

This commit is contained in:
Marcus Kammer 2023-01-16 17:54:11 +01:00
parent be5125e79f
commit 2d68650cee

View file

@ -49,6 +49,7 @@
("FIXME" . "#dc752f")
("XXX+" . "#dc752f")
("\\?\\?\\?+" . "#dc752f")))
'(inferior-lisp-program "C:/Program Files/Steel Bank Common Lisp/sbcl.exe --noinform" t)
'(initial-buffer-choice
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/tasks.org")
'(initial-frame-alist '((fullscreen . maximized)))
@ -91,5 +92,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.
'(font-lock-keyword-face ((t (:foreground "#81A1C1" :slant italic))))
'(variable-pitch ((t (:height 1.1 :family "Fira Sans")))))
'(font-lock-keyword-face ((t (:slant italic))))
'(variable-pitch ((t (:weight semi-light :height 1.2 :family "Roboto Slab Light")))))