Skip to content

Instantly share code, notes, and snippets.

@amree
Last active April 8, 2018 02:48
Show Gist options
  • Save amree/901902e76ea0394564551636882ffde0 to your computer and use it in GitHub Desktop.
Save amree/901902e76ea0394564551636882ffde0 to your computer and use it in GitHub Desktop.

SPACEMACS

#notes

HOWTO

Start maximized:

 dotspacemacs-maximized-at-startup t

Open a directory:

:e fullpath

Neotree:

SPC p t

Fuzzy file search:

SPC p f

Buffer list:

SPC b b

Installation

Problems

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