···2626;;
2727;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
2828;; font string. You generally only need these two:
2929-(setq doom-font (font-spec :family "PragmataPro Liga" :weight 'regular)
3030- doom-variable-pitch-font (font-spec :family "PragmataPro Liga" :weight 'light))
3131-2929+(setq doom-font (font-spec :family "PragmataPro Liga" :weight 'regular :size 16)
3030+ doom-variable-pitch-font (font-spec :family "PragmataPro" :weight 'light :size 16))
32313332;;; font.el ends here
+25
doom-config/configs/rust.el
···11+;;; rust.el --- Description -*- lexical-binding: t; -*-
22+;;
33+;; Copyright (C) 2022 Kaushik Chakraborty
44+;;
55+;; Author: Kaushik Chakraborty <https://github.com/kaychaks>
66+;; Maintainer: Kaushik Chakraborty <kaushik.chakraborty3@cognizant.com>
77+;; Created: January 03, 2022
88+;; Modified: January 03, 2022
99+;; Version: 0.0.1
1010+;; Keywords: abbrev bib c calendar comm convenience data docs emulations extensions faces files frames games hardware help hypermedia i18n internal languages lisp local maint mail matching mouse multimedia news outlines processes terminals tex tools unix vc wp
1111+;; Homepage: https://github.com/kaychaks/rust
1212+;; Package-Requires: ((emacs "24.3"))
1313+;;
1414+;; This file is not part of GNU Emacs.
1515+;;
1616+;;; Commentary:
1717+;;
1818+;; Description
1919+;;
2020+;;; Code:
2121+2222+;; (after! rustic
2323+;; (setq rustic-lsp-server 'rls))
2424+2525+;;; rust.el ends here
+1-1
doom-config/init.el
···167167 ;; rest ; Emacs as a REST client
168168 ;;rst ; ReST in peace
169169 ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
170170- ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
170170+ (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
171171 ;;scala ; java, but good
172172 ;;scheme ; a fully conniving family of lisps
173173 sh ; she sells {ba,z,fi}sh shells on the C xor