hotfix: add accidentally untracked files
This commit is contained in:
parent
39f84cd192
commit
852bd54a72
16
user/init.el
Normal file
16
user/init.el
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
;;; 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
|
Reference in a new issue