Add comments
This commit is contained in:
parent
59bf980f10
commit
6f70238b4e
12
.emacs
12
.emacs
@ -1,3 +1,9 @@
|
||||
;;; package --- Summary: Emacs init
|
||||
;;; Commentary:
|
||||
;; Main features are LSP support and Evil mode
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; ===========================
|
||||
;; Package Management Setup
|
||||
;; ===========================
|
||||
@ -91,7 +97,7 @@
|
||||
('light
|
||||
(load-theme light-theme t))
|
||||
(_
|
||||
;; If we cannot detect the theme, default to light
|
||||
;; If we cannot detect the theme, default to light
|
||||
(load-theme light-theme t)))))
|
||||
|
||||
|
||||
@ -139,10 +145,10 @@
|
||||
;; Set font
|
||||
(set-face-attribute 'default nil
|
||||
:family "JetBrains Mono Nerd Font"
|
||||
:height 140
|
||||
:height 140
|
||||
:weight 'normal
|
||||
:width 'normal)
|
||||
;; Line spacing
|
||||
;; Line spacing
|
||||
(setq-default line-spacing 0)
|
||||
|
||||
;; Backup files -> ~/.emacs.d/backups/
|
||||
|
Loading…
x
Reference in New Issue
Block a user