this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

merge

+29 -4
+1
doom-config/config.el
··· 12 12 (load! "configs/projects.el") 13 13 (load! "configs/js.el") 14 14 (load! "configs/haskell.el") 15 + (load! "configs/rust.el") 15 16 16 17 ;; keybindings 17 18
+2 -3
doom-config/configs/font.el
··· 26 26 ;; 27 27 ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd 28 28 ;; font string. You generally only need these two: 29 - (setq doom-font (font-spec :family "PragmataPro Liga" :weight 'regular) 30 - doom-variable-pitch-font (font-spec :family "PragmataPro Liga" :weight 'light)) 31 - 29 + (setq doom-font (font-spec :family "PragmataPro Liga" :weight 'regular :size 16) 30 + doom-variable-pitch-font (font-spec :family "PragmataPro" :weight 'light :size 16)) 32 31 33 32 ;;; font.el ends here
+25
doom-config/configs/rust.el
··· 1 + ;;; rust.el --- Description -*- lexical-binding: t; -*- 2 + ;; 3 + ;; Copyright (C) 2022 Kaushik Chakraborty 4 + ;; 5 + ;; Author: Kaushik Chakraborty <https://github.com/kaychaks> 6 + ;; Maintainer: Kaushik Chakraborty <kaushik.chakraborty3@cognizant.com> 7 + ;; Created: January 03, 2022 8 + ;; Modified: January 03, 2022 9 + ;; Version: 0.0.1 10 + ;; 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 11 + ;; Homepage: https://github.com/kaychaks/rust 12 + ;; Package-Requires: ((emacs "24.3")) 13 + ;; 14 + ;; This file is not part of GNU Emacs. 15 + ;; 16 + ;;; Commentary: 17 + ;; 18 + ;; Description 19 + ;; 20 + ;;; Code: 21 + 22 + ;; (after! rustic 23 + ;; (setq rustic-lsp-server 'rls)) 24 + 25 + ;;; rust.el ends here
+1 -1
doom-config/init.el
··· 167 167 ;; rest ; Emacs as a REST client 168 168 ;;rst ; ReST in peace 169 169 ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} 170 - ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() 170 + (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() 171 171 ;;scala ; java, but good 172 172 ;;scheme ; a fully conniving family of lisps 173 173 sh ; she sells {ba,z,fi}sh shells on the C xor