From dd7a0a4e0c88e0e921e095ec2b3f962b74a5b6af Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 3 May 2016 11:25:25 +0530 Subject: [PATCH] Commit new settings for spacemacs --- spacemacs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spacemacs b/spacemacs index 5f35f98..436fc8d 100644 --- a/spacemacs +++ b/spacemacs @@ -18,6 +18,8 @@ values." ;; of a list then all discovered layers will be installed. dotspacemacs-configuration-layers '( + python + php ;; ---------------------------------------------------------------- ;; Example of useful layers you may want to use right away. ;; Uncomment some layer names and press (Vim style) or @@ -82,11 +84,11 @@ values." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press T n to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) - dotspacemacs-themes '(monokai - spacemacs-dark + dotspacemacs-themes '(spacemacs-dark spacemacs-light solarized-light solarized-dark + monokai leuven zenburn) ;; If non nil the cursor color matches the state color. @@ -203,7 +205,7 @@ user code." This function is called at the very end of Spacemacs initialization after layers configuration. You are free to put any user code." - ;(setq-default c-basic-offset 4 c-default-style "linux") + (xterm-mouse-mode -1) (setq-default tab-width 8 indent-tabs-mode t) (global-set-key (kbd "TAB") 'self-insert-command) (when (fboundp 'electric-indent-mode) (electric-indent-mode -1))