1
0
Fork 0

Stuff and things, yeahh

This commit is contained in:
Jarkko Toivanen 2024-08-24 15:12:19 +03:00
parent ab44b47e83
commit 2213548f83
Signed by: jt
GPG key ID: 9151B109B73ECAD5
4 changed files with 56 additions and 52 deletions

View file

@ -4,6 +4,7 @@
signingkey = 0EEA7DE3BE089B6F signingkey = 0EEA7DE3BE089B6F
[core] [core]
editor = nano editor = nano
autocrlf = input
[commit] [commit]
gpgsign = true gpgsign = true
[init] [init]

View file

@ -4,3 +4,4 @@ set colored-stats on
set mark-symlinked-directories on set mark-symlinked-directories on
set colored-completion-prefix on set colored-completion-prefix on
set menu-complete-display-prefix on set menu-complete-display-prefix on
set enable-keypad on

View file

@ -36,6 +36,7 @@ This function should only modify configuration layer settings."
yaml yaml
html html
php php
;; asm
(rust :variables (rust :variables
rust-format-on-save t) rust-format-on-save t)
(c-c++ :variables c-c++-backend 'lsp-clangd) (c-c++ :variables c-c++-backend 'lsp-clangd)
@ -279,10 +280,10 @@ 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

View file

@ -1,9 +1,9 @@
[Configuration] [Configuration]
ColorForeground=#c0c0c0 ColorForeground=#ffffc0c00000
ColorCursor=#c0c0c0c0c0c0 ColorCursor=#c0c0c0c0c0c0
ColorSelection=#ffffffffffff ColorSelection=#ffffffffffff
ColorPalette=#000000000000;#808000000000;#000080800000;#808080800000;#000000008080;#808000008080;#000080808080;#c0c0c0c0c0c0;#808080808080;#ffff00000000;#0000ffff0000;#ffffffff0000;#0000ffffffff;#ffff0000ffff;#00000000ffff;#ffffffffffff ColorPalette=#000000000000;#808000000000;#000080800000;#808080800000;#000000008080;#808000008080;#000080808080;#c0c0c0c0c0c0;#808080808080;#ffff00000000;#0000ffff0000;#ffffffff0000;#0000ffffffff;#ffff0000ffff;#00000000ffff;#ffffffffffff
FontName=Less Perfect DOS VGA 12 FontName=Glass TTY VT220 Bold 20
MiscAlwaysShowTabs=FALSE MiscAlwaysShowTabs=FALSE
MiscBell=TRUE MiscBell=TRUE
MiscBellUrgent=TRUE MiscBellUrgent=TRUE
@ -38,4 +38,5 @@ ShortcutsNoMenukey=TRUE
ShortcutsNoMnemonics=TRUE ShortcutsNoMnemonics=TRUE
ScrollingUnlimited=TRUE ScrollingUnlimited=TRUE
TitleInitial=MS-DOS Kehote TitleInitial=MS-DOS Kehote
TabActivityColor=#ffff00000000