mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 13:50:34 +00:00
miner commits
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user