(eval-when-compile (require 'use-package)) ;; Set default font. (set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) (use-package exec-path-from-shell :ensure t :config (exec-path-from-shell-initialize) (if (fc/check-work-machine-p) (dolist (var '("GEM_HOME" "GEM_PATH" "MY_RUBY_HOME")) (unless (getenv var) (exec-path-from-shell-copy-env var))))) (provide 'fcuny-darwin)