summary refs log tree commit diff
path: root/configs/rcs/emacs.d/config/fcuny-linux.el
blob: f0d7c52e7e32691b2a5c11a105c9aa5ef083d419 (plain) (blame)
1
2
3
4
5
6
7
8
;; Set default font.
(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal)

(setenv "PATH" (concat fcuny-path-go-bin path-separator (getenv "PATH")))

(add-to-list 'exec-path fcuny-path-go-bin)

(provide 'fcuny-linux)