Add working fsharp installation
This commit is contained in:
parent
341a2b0ee7
commit
6e0b17c263
4 changed files with 56 additions and 4 deletions
|
|
@ -39,7 +39,9 @@
|
|||
(set-face-attribute 'default nil :font (format "%s %d" name size))
|
||||
(set-face-attribute 'mode-line nil :font (format "%s %d" name size)))
|
||||
|
||||
(set-font "IBM Plex Mono" 16)
|
||||
;; Set font
|
||||
;; (set-font "IBM Plex Mono" 16)
|
||||
(set-font "Hack" 16)
|
||||
|
||||
;; Remove ugly black line
|
||||
(set-face-attribute 'vertical-border nil :foreground
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue