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
|
;; Package Management Setup
|
||||||
;; ===========================
|
;; ===========================
|
||||||
@ -91,7 +97,7 @@
|
|||||||
('light
|
('light
|
||||||
(load-theme light-theme t))
|
(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)))))
|
(load-theme light-theme t)))))
|
||||||
|
|
||||||
|
|
||||||
@ -139,10 +145,10 @@
|
|||||||
;; Set font
|
;; Set font
|
||||||
(set-face-attribute 'default nil
|
(set-face-attribute 'default nil
|
||||||
:family "JetBrains Mono Nerd Font"
|
:family "JetBrains Mono Nerd Font"
|
||||||
:height 140
|
:height 140
|
||||||
:weight 'normal
|
:weight 'normal
|
||||||
:width 'normal)
|
:width 'normal)
|
||||||
;; Line spacing
|
;; Line spacing
|
||||||
(setq-default line-spacing 0)
|
(setq-default line-spacing 0)
|
||||||
|
|
||||||
;; Backup files -> ~/.emacs.d/backups/
|
;; Backup files -> ~/.emacs.d/backups/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user