remove spacemacs and edit again -- this needs to not happen (the editing, not the spacemacs)
This commit is contained in:
parent
133cc4d31c
commit
d1e31d35b3
2 changed files with 1 additions and 36 deletions
|
|
@ -151,7 +151,7 @@ font:
|
||||||
style: Oblique
|
style: Oblique
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 19.0
|
size: 20.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
;;; init.el --- Spacemacs Initialization File
|
|
||||||
;;
|
|
||||||
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
||||||
;;
|
|
||||||
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
||||||
;; URL: https://github.com/syl20bnr/spacemacs
|
|
||||||
;;
|
|
||||||
;; This file is not part of GNU Emacs.
|
|
||||||
;;
|
|
||||||
;;; License: GPLv3
|
|
||||||
|
|
||||||
;; Without this comment emacs25 adds (package-initialize) here
|
|
||||||
;; (package-initialize)
|
|
||||||
|
|
||||||
;; Increase gc-cons-threshold, depending on your system you may set it back to a
|
|
||||||
;; lower value in your dotfile (function `dotspacemacs/user-config')
|
|
||||||
(setq gc-cons-threshold 100000000)
|
|
||||||
|
|
||||||
(defconst spacemacs-version "0.200.3" "Spacemacs version.")
|
|
||||||
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
|
|
||||||
|
|
||||||
(if (not (version<= spacemacs-emacs-min-version emacs-version))
|
|
||||||
(message (concat "Your version of Emacs (%s) is too old. "
|
|
||||||
"Spacemacs requires Emacs version %s or above.")
|
|
||||||
emacs-version spacemacs-emacs-min-version)
|
|
||||||
(load-file (concat (file-name-directory load-file-name)
|
|
||||||
"core/core-load-paths.el"))
|
|
||||||
(require 'core-spacemacs)
|
|
||||||
(spacemacs/init)
|
|
||||||
(spacemacs/maybe-install-dotfile)
|
|
||||||
(configuration-layer/sync)
|
|
||||||
(spacemacs-buffer/display-info-box)
|
|
||||||
(spacemacs/setup-startup-hook)
|
|
||||||
(require 'server)
|
|
||||||
(unless (server-running-p) (server-start)))
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue