update doom config

This commit is contained in:
Thomas Ruoff
2019-09-03 09:12:17 +02:00
parent e680027444
commit 230417c437
3 changed files with 18 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
(setq doom-font (font-spec :family "Fira Code" :size 16))
;;; .dotfiles/emacs/.doom.d/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here
(setq doom-font (font-spec :family "Fira Code" :size 16))
(eval-after-load 'js-mode
'(add-hook 'js-mode-hook #'add-node-modules-path))