From: Peng Li Date: Tue, 19 May 2015 18:17:03 +0000 (+0800) Subject: emacs: add elscreen X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=26edc119810245e82dbfa623f5888cfdb3eb3b02;hp=4a7b856764eb75389764886dd5ef33655f9ef05e;p=dotfiles.git emacs: add elscreen --- diff --git a/emacs.d/config/init-color-theme.el b/emacs.d/config/init-color-theme.el index 4301931..e3af12f 100644 --- a/emacs.d/config/init-color-theme.el +++ b/emacs.d/config/init-color-theme.el @@ -164,6 +164,7 @@ (powerline-buffer-id nil 'l) (powerline-raw " ") (funcall separator-left mode-line face-blue ) + (powerline-raw " " face-blue) (powerline-major-mode face-blue 'r) (funcall separator-left face-blue face1) (powerline-narrow face1 'l) diff --git a/emacs.d/config/my-packages.el b/emacs.d/config/my-packages.el index c00ae5a..c283a7a 100644 --- a/emacs.d/config/my-packages.el +++ b/emacs.d/config/my-packages.el @@ -34,8 +34,9 @@ moe-theme monokai-theme molokai-theme -; tangotango-theme + tangotango-theme cyberpunk-theme + hydra ) "a list of packages to ensure are installed at launch.") (require 'cl) diff --git a/emacs.d/init.el b/emacs.d/init.el index b2e5aad..306cb01 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -19,7 +19,8 @@ (add-to-list 'auto-mode-alist '("emacs\\'" . emacs-lisp-mode)) (fringe-mode 0) -; + + ;;; Set symbol for the border (set-display-table-slot standard-display-table 'vertical-border @@ -31,11 +32,11 @@ (add-to-list 'load-path "~/.emacs.d/config") (require 'my-packages) +;; elscreen should be placed begin of https://github.com/knu/elscreen/issues/6 +(elscreen-start) (require 'init-color-theme) -;(require 'my-powerline) ;(require 'init-my-theme-2) - ;--------------------------------------------------------------------------------------- ;; Ido ;;