|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
;; accept. For example: |
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
(setq doom-font (font-spec :family "Fira Code" :size 13)) |
|
|
|
|
(setq doom-font (font-spec :family "Fira Code" :size 14)) |
|
|
|
|
;; |
|
|
|
|
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them |
|
|
|
|
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to |
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
|
;; There are two ways to load a theme. Both assume the theme is installed and |
|
|
|
|
;; available. You can either set `doom-theme' or manually load a theme with the |
|
|
|
|
;; `load-theme' function. This is the default: |
|
|
|
|
(setq doom-theme 'doom-1337) |
|
|
|
|
(setq doom-theme 'doom-tomorrow-night) |
|
|
|
|
|
|
|
|
|
;; This determines the style of line numbers in effect. If set to `nil', line |
|
|
|
|
;; numbers are disabled. For relative line numbers, set this to `relative'. |
|
|
|
@ -74,3 +74,7 @@ |
|
|
|
|
;; |
|
|
|
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how |
|
|
|
|
;; they are implemented. |
|
|
|
|
|
|
|
|
|
;; Indentation |
|
|
|
|
(setq-default indent-tabs-mode t) |
|
|
|
|
(setq-default tab-width 4) |
|
|
|
|