From 94bacfa011f690e4e8ea22205b699fe6e888764c Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Thu, 15 Jun 2023 04:55:09 +0300 Subject: [PATCH] Less fancy spacemacs (bye ligatures) --- .spacemacs | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.spacemacs b/.spacemacs index 02ed1aa..ba18928 100644 --- a/.spacemacs +++ b/.spacemacs @@ -38,6 +38,7 @@ This function should only modify configuration layer settings." php (rust :variables rust-format-on-save t) + (c-c++ :variables c-c++-backend 'lsp-clangd) python ;; ---------------------------------------------------------------- ;; Example of useful layers you may want to use right away. @@ -66,8 +67,8 @@ This function should only modify configuration layer settings." treemacs tabs - (unicode-fonts :variables - unicode-fonts-enable-ligatures t) + ;;(unicode-fonts :variables + ;; unicode-fonts-enable-ligatures t) (nixos :variables nix-backend 'lsp) ) @@ -277,21 +278,21 @@ It should only modify the values of Spacemacs settings." ;; Point size is recommended, because it's device independent. (default 10.0) dotspacemacs-default-font '( -;; ("Glass TTY VT220" -;; :size 15.0 -;; :weight normal -;; :width normal) + ;; ("Glass TTY VT220" + ;; :size 15.0 + ;; :weight normal + ;; :width normal) ("Fira Code" :size 12.0 :weight normal :width normal) - ("Source Code Pro" - :size 10.0 - :weight normal - :width normal) - ) + ;; ("Source Code Pro" + ;; :size 10.0 + ;; :weight normal + ;; :width normal) + ) ;; The leader key (default "SPC") dotspacemacs-leader-key "SPC"