#notes
Last active
April 8, 2018 02:48
-
-
Save amree/901902e76ea0394564551636882ffde0 to your computer and use it in GitHub Desktop.
- Install the binary from http://emacsformacosx.com/
- Checkout
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
Package download problem:
~/.spacemacs
;; dotspacemacs-elpa-https t
dotspacemacs-elpa-https nil
Change font to Monaco
:
;; dotspacemacs-default-font '("Source Code Pro"
;; :size 13
;; :weight normal
;; :width normal
;; :powerline-scale 1.1)
dotspacemacs-default-font '("Monaco"
:size 12
:weight normal
:width normal
:powerline-scale 1.1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment