Update customfile for win32
This commit is contained in:
parent
be5125e79f
commit
2d68650cee
1 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@
|
||||||
("FIXME" . "#dc752f")
|
("FIXME" . "#dc752f")
|
||||||
("XXX+" . "#dc752f")
|
("XXX+" . "#dc752f")
|
||||||
("\\?\\?\\?+" . "#dc752f")))
|
("\\?\\?\\?+" . "#dc752f")))
|
||||||
|
'(inferior-lisp-program "C:/Program Files/Steel Bank Common Lisp/sbcl.exe --noinform" t)
|
||||||
'(initial-buffer-choice
|
'(initial-buffer-choice
|
||||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/tasks.org")
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/tasks.org")
|
||||||
'(initial-frame-alist '((fullscreen . maximized)))
|
'(initial-frame-alist '((fullscreen . maximized)))
|
||||||
|
@ -91,5 +92,5 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(font-lock-keyword-face ((t (:foreground "#81A1C1" :slant italic))))
|
'(font-lock-keyword-face ((t (:slant italic))))
|
||||||
'(variable-pitch ((t (:height 1.1 :family "Fira Sans")))))
|
'(variable-pitch ((t (:weight semi-light :height 1.2 :family "Roboto Slab Light")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue