miner commits

This commit is contained in:
Zastian Pretorius
2022-08-13 23:14:23 +01:00
parent c91fc60a85
commit 1432905eaa
24 changed files with 3579 additions and 439 deletions

View File

@@ -35,9 +35,11 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type `relative)
(setq doom-font (font-spec :family "Ubuntu Mono" :size 15)
doom-variable-pitch-font (font-spec :family "Ubuntu Mono" :size 15)
doom-big-font (font-spec :family "Ubuntu Mono" :size 24))
(set-fontset-font "fontset-default" nil (font-spec :size 15 :name "Meterial Icons"))
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 15)
doom-variable-pitch-font (font-spec :family "JetBrainsMono Nerd Font" :size 15)
doom-big-font (font-spec :family "JetBrainsMono Nerd Font" :size 24))
(require 'whitespace)
(setq whitespace-line-column 99)

View File

@@ -136,7 +136,7 @@
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
;;json ; At least it ain't XML
(java +meghanada) ; the poster child for carpal tunnel syndrome
(java +lsp) ; the poster child for carpal tunnel syndrome
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
kotlin ; a better, slicker Java(Script)