update javascript and shell lang; update font
This commit is contained in:
parent
45a63c5796
commit
a9faacee0f
2 changed files with 5 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
|
||||
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
|
||||
|
||||
(setq doom-font (font-spec :family "Anonymice Nerd Font Mono" :size 19))
|
||||
(setq doom-font (font-spec :family "AnonymicePro Nerd Font Mono" :size 19))
|
||||
|
||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||
|
@ -64,3 +64,5 @@
|
|||
|
||||
(setq lsp-intelephense-licence-key (getenv "INTELEPHENSE_LICENSE_KEY"))
|
||||
(setq lsp-file-watch-threshold 5000)
|
||||
|
||||
(setq lsp-disabled-clients '(typeprof-ls semgrep-ls))
|
||||
|
|
4
init.el
4
init.el
|
@ -138,7 +138,7 @@
|
|||
;;idris ; a language you can depend on
|
||||
(json +lsp) ; At least it ain't XML
|
||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
||||
(javascript +lsp +tree-sitter) ; all(hope(abandon(ye(who(enter(here))))))
|
||||
;;julia ; a better, faster MATLAB
|
||||
;;kotlin ; a better, slicker Java(Script)
|
||||
(latex +latexmk) ; writing papers in Emacs has never been so fun
|
||||
|
@ -163,7 +163,7 @@
|
|||
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;(scheme +guile) ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
(sh +lsp +tree-sitter) ; she sells {ba,z,fi}sh shells on the C xor
|
||||
;;sml
|
||||
;;solidity ; do you need a blockchain? No.
|
||||
;;swift ; who asked for emoji variables?
|
||||
|
|
Loading…
Reference in a new issue