Skip to content

Commit

Permalink
Added .spacemacs to source control
Browse files Browse the repository at this point in the history
  • Loading branch information
j.arnaldich committed Sep 17, 2015
1 parent d993a02 commit 92b21e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions init.el
Expand Up @@ -29,3 +29,13 @@
(spacemacs/maybe-install-dotfile)
(require 'server)
(unless (server-running-p) (server-start)))

;; OWN Configuration
;;;
(set-face-attribute 'default t :font "DejaVu Sans Mono-12")
(set-default-font "DejaVu Sans Mono-12")
(load "c:/Users/j.arnaldich/AppData/Local/common-lisp/quicklisp/slime-helper.el")
(setq inferior-lisp-program "e:/public/sbcl/sbcl-w7.exe --dynamic-space-size 1024")
(setq slime-contribs '(slime-fancy))


0 comments on commit 92b21e7

Please sign in to comment.