Update doom emacs config for windows
This commit is contained in:
parent
20caf72fbc
commit
043f9df137
@ -21,8 +21,8 @@
|
||||
;; font string. You generally only need these two:
|
||||
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
|
||||
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
|
||||
(setq doom-font (font-spec :family "Fira Code" :size 14 :weight 'regular)
|
||||
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 15))
|
||||
(setq doom-font (font-spec :family "monospace" :size 14 :weight 'regular)
|
||||
doom-variable-pitch-font (font-spec :family "sans" :size 15))
|
||||
|
||||
;; 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
|
||||
@ -56,7 +56,7 @@
|
||||
;; they are implemented.
|
||||
|
||||
;; Enables the minimap by default. Use SPC-t-m to toggle
|
||||
(minimap-mode 1)
|
||||
;(minimap-mode 1)
|
||||
|
||||
(setq
|
||||
projectile-project-search-path '("~/GitProjects/"))
|
||||
@ -76,3 +76,8 @@
|
||||
|
||||
;; Less delay for company to show up
|
||||
(setq company-idle-delay 0)
|
||||
|
||||
;; Set tab width to 4 spaces
|
||||
(setq-default indent-tabs-mode nil)
|
||||
(setq-default tab-width 4)
|
||||
(setq indent-line-function 'insert-tab)
|
||||
|
Loading…
Reference in New Issue
Block a user