···9090 ;; '(your-package :location "~/path/to/your-package/")
9191 ;; Also include the dependencies as they will not be resolved automatically.
9292 dotspacemacs-additional-packages
9393- '(
9494- ;; direnv
9595- )
9393+ '()
9694 ;; A list of packages that cannot be updated.
9795 dotspacemacs-frozen-packages
9896 '()
···214212 ;; Default font, or prioritized list of fonts. `powerline-scale' allows to
215213 ;; quickly tweak the mode-line size to make separators look not too crappy.
216214 dotspacemacs-default-font
217217- '("SF Mono"
218218- ;; :size 16
215215+ `("SF Mono"
216216+ ,(if (string-equal system-type "darwin") :size);; :size 16
217217+ ,(if (string-equal system-type "darwin") 16);; :size 16
219218 :weight normal
220219 :width normal
221220 :powerline-scale 1.1