diff --git a/.emacs b/.emacs index 2ff52c2..51c5a6f 100644 --- a/.emacs +++ b/.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/