From 26edc119810245e82dbfa623f5888cfdb3eb3b02 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 20 May 2015 02:17:03 +0800 Subject: [PATCH 1/1] emacs: add elscreen --- emacs.d/config/init-color-theme.el | 1 + emacs.d/config/my-packages.el | 3 ++- emacs.d/init.el | 7 ++++--- 3 files changed, 7 insertions(+), 4 deletions(-) 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 ;; -- 2.11.0