Less fancy spacemacs (bye ligatures)
This commit is contained in:
parent
5b79679d3c
commit
94bacfa011
1 changed files with 12 additions and 11 deletions
21
.spacemacs
21
.spacemacs
|
@ -38,6 +38,7 @@ This function should only modify configuration layer settings."
|
||||||
php
|
php
|
||||||
(rust :variables
|
(rust :variables
|
||||||
rust-format-on-save t)
|
rust-format-on-save t)
|
||||||
|
(c-c++ :variables c-c++-backend 'lsp-clangd)
|
||||||
python
|
python
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
;; Example of useful layers you may want to use right away.
|
;; Example of useful layers you may want to use right away.
|
||||||
|
@ -66,8 +67,8 @@ This function should only modify configuration layer settings."
|
||||||
|
|
||||||
treemacs
|
treemacs
|
||||||
tabs
|
tabs
|
||||||
(unicode-fonts :variables
|
;;(unicode-fonts :variables
|
||||||
unicode-fonts-enable-ligatures t)
|
;; unicode-fonts-enable-ligatures t)
|
||||||
(nixos :variables
|
(nixos :variables
|
||||||
nix-backend 'lsp)
|
nix-backend 'lsp)
|
||||||
)
|
)
|
||||||
|
@ -277,20 +278,20 @@ It should only modify the values of Spacemacs settings."
|
||||||
;; Point size is recommended, because it's device independent. (default 10.0)
|
;; Point size is recommended, because it's device independent. (default 10.0)
|
||||||
dotspacemacs-default-font '(
|
dotspacemacs-default-font '(
|
||||||
|
|
||||||
;; ("Glass TTY VT220"
|
;; ("Glass TTY VT220"
|
||||||
;; :size 15.0
|
;; :size 15.0
|
||||||
;; :weight normal
|
;; :weight normal
|
||||||
;; :width normal)
|
;; :width normal)
|
||||||
|
|
||||||
("Fira Code"
|
("Fira Code"
|
||||||
:size 12.0
|
:size 12.0
|
||||||
:weight normal
|
:weight normal
|
||||||
:width normal)
|
:width normal)
|
||||||
|
|
||||||
("Source Code Pro"
|
;; ("Source Code Pro"
|
||||||
:size 10.0
|
;; :size 10.0
|
||||||
:weight normal
|
;; :weight normal
|
||||||
:width normal)
|
;; :width normal)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; The leader key (default "SPC")
|
;; The leader key (default "SPC")
|
||||||
|
|
Loading…
Reference in a new issue