Stuff and things, yeahh
This commit is contained in:
parent
ab44b47e83
commit
2213548f83
4 changed files with 56 additions and 52 deletions
|
@ -4,6 +4,7 @@
|
||||||
signingkey = 0EEA7DE3BE089B6F
|
signingkey = 0EEA7DE3BE089B6F
|
||||||
[core]
|
[core]
|
||||||
editor = nano
|
editor = nano
|
||||||
|
autocrlf = input
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[init]
|
[init]
|
||||||
|
|
1
.inputrc
1
.inputrc
|
@ -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
|
||||||
|
|
23
.spacemacs
23
.spacemacs
|
@ -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
|
||||||
|
@ -577,7 +578,7 @@ default it calls `spacemacs/load-spacemacs-env' which loads the environment
|
||||||
variables declared in `~/.spacemacs.env' or `~/.spacemacs.d/.spacemacs.env'.
|
variables declared in `~/.spacemacs.env' or `~/.spacemacs.d/.spacemacs.env'.
|
||||||
See the header of this file for more information."
|
See the header of this file for more information."
|
||||||
(spacemacs/load-spacemacs-env)
|
(spacemacs/load-spacemacs-env)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun dotspacemacs/user-init ()
|
(defun dotspacemacs/user-init ()
|
||||||
"Initialization for user code:
|
"Initialization for user code:
|
||||||
|
@ -585,7 +586,7 @@ This function is called immediately after `dotspacemacs/init', before layer
|
||||||
configuration.
|
configuration.
|
||||||
It is mostly for variables that should be set before packages are loaded.
|
It is mostly for variables that should be set before packages are loaded.
|
||||||
If you are unsure, try setting them in `dotspacemacs/user-config' first."
|
If you are unsure, try setting them in `dotspacemacs/user-config' first."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(defun dotspacemacs/user-load ()
|
(defun dotspacemacs/user-load ()
|
||||||
|
@ -593,7 +594,7 @@ If you are unsure, try setting them in `dotspacemacs/user-config' first."
|
||||||
This function is called only while dumping Spacemacs configuration. You can
|
This function is called only while dumping Spacemacs configuration. You can
|
||||||
`require' or `load' the libraries of your choice that will be included in the
|
`require' or `load' the libraries of your choice that will be included in the
|
||||||
dump."
|
dump."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(defun dotspacemacs/user-config ()
|
(defun dotspacemacs/user-config ()
|
||||||
|
@ -602,7 +603,7 @@ This function is called at the very end of Spacemacs startup, after layer
|
||||||
configuration.
|
configuration.
|
||||||
Put your configuration code here, except for variables that should be set
|
Put your configuration code here, except for variables that should be set
|
||||||
before packages are loaded."
|
before packages are loaded."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
@ -612,7 +613,7 @@ before packages are loaded."
|
||||||
This is an auto-generated function, do not modify its content directly, use
|
This is an auto-generated function, do not modify its content directly, use
|
||||||
Emacs customize menu instead.
|
Emacs customize menu instead.
|
||||||
This function is called at the very end of Spacemacs initialization."
|
This function is called at the very end of Spacemacs initialization."
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; 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.
|
||||||
|
@ -627,10 +628,10 @@ This function is called at the very end of Spacemacs initialization."
|
||||||
'(c-default-style '((java-mode . "java") (awk-mode . "awk") (other . "linux")))
|
'(c-default-style '((java-mode . "java") (awk-mode . "awk") (other . "linux")))
|
||||||
'(backward-delete-char-untabify-method nil)
|
'(backward-delete-char-untabify-method nil)
|
||||||
)
|
)
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; 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.
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue