This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
dianciemacs/user/init.el
2024-01-15 18:11:32 +00:00

17 lines
511 B
EmacsLisp

;;; init.el --- This file contains user configuration. You're completely free to *safely* work with Dianciemacs here.
;;; Commentary:
;;
;; All user configuration should be done from this file,
;; In order to keep user code clean and manageable
;;
;;; Code:
;; Set the font
;; (add-to-list 'default-frame-alist
;; '(font . "Iosevka Comfy-11"))
;; (set-face-attribute 'default nil :family "Iosevka Comfy")
;; (set-face-attribute 'variable-pitch nil :family "Iosevka Comfy")
;;; init.el ends here