emacs tidy up mode-line, still has one font size padding issue
[dotfiles.git] / emacs.d / init.el
index 9779756..386fe2b 100644 (file)
@@ -7,9 +7,7 @@
 (add-to-list 'default-frame-alist '(height . 40))
 ;(add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-12:weight:light" ))
 (add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-12" ))
-;(load-theme 'tango-dark)
 
-(display-time-mode t)
 
 (put 'set-goal-column 'disabled nil)
 (setq vc-follow-symlinks t)
@@ -17,7 +15,7 @@
 (setq ring-bell-function 'ignore)
 (setq resize-mini-windows t)
 
-(setq ns-use-srgb-colorspace nil)
+
 (add-to-list 'auto-mode-alist '("emacs\\'" . emacs-lisp-mode))
 (fringe-mode 0)
 
     fiplr
     w3m
     ace-jump-mode
-    el-get
+;    el-get
     color-identifiers-mode
     elscreen
     moe-theme
     monokai-theme
     molokai-theme
-    tangotango-theme
+;    tangotango-theme
+    cyberpunk-theme
   ) "a list of packages to ensure are installed at launch.")
 
 (require 'cl)
     (when (not (package-installed-p p))
       (package-install p))))
 
-;;---------------------------------------------------------------------------------------
-;; color theme
-;;
-(require 'color-theme)
-;(load-theme 'sanityinc-tomorrow-bright t)
-(load-theme 'tangotango t)
-
-;(require 'moe-theme)
-;(moe-dark)
-
-(require 'powerline)
-(powerline-default-theme)
-
-;(add-to-list 'load-path "~/.emacs.d/config")
-;(require 'init-color-theme)
 ;---------------------------------------------------------------------------------------
 ;; Ido
 ;;
 ;;
 (set-face-attribute 'vertical-border nil  :foreground "gray")
 
-;(add-to-list 'load-path "~/.emacs.d/config")
-;(require 'init-color-theme)
+;;---------------------------------------------------------------------------------------
+;; El-get
+;; https://github.com/dimitri/el-get
+;;
+
+(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
+
+(unless (require 'el-get nil 'noerror)
+  (with-current-buffer
+      (url-retrieve-synchronously
+       "https://raw.githubusercontent.com/dimitri/el-get/master/el-get-install.el")
+    (goto-char (point-max))
+    (eval-print-last-sexp)))
+
+(add-to-list 'el-get-recipe-path "~/.emacs.d/el-get-user/recipes")
+
+
+(el-get-bundle seudut/color-theme-tangotango
+;        :features color-theme-tangotango
+;        (color-theme-tangotango)
+        )
+
+;;---------------------------------------------------------------------------------------
+;; Config folder
+;; 
+(add-to-list 'load-path "~/.emacs.d/config")
+(require 'init-color-theme)
+;(require 'my-powerline)
+;(require 'init-my-theme-2)
+
+
+
+
+(toggle-frame-fullscreen)