辛帅锋的博客

技术分享

Home Archives
2016-03-16

Emacs配色方案

安装color-theme

使用el-get搜索安装color-theme; color-theme-railscasts。单独安装color-theme-railscasts貌似也会自动安装以来

配置主题

1
2
3
4
;; editor theme
(require 'color-theme)
(color-theme-initialize)
(color-theme-railscasts)

拷贝以上代码放入emacs启动文件,重启emacs或者C-x C-e执行上述代码

效果图

railscast效果图

分享
  • Emacs
  • color-theme
  • railscast
前一篇
Rails加载中间件详解
后一篇
Emacs包管理器el-get

分类

  • Golang
  • Ruby On Rails
  • 数据库
  • 编辑器

标签

  • Asset Pipeline
  • Emacs
  • Golang
  • InnoDB
  • Middleware
  • Mysql
  • Rails
  • color-theme
  • el-get
  • railscast
  • 共享锁
  • 切片
  • 包管理
  • 反射
  • 排他锁
  • 数组
  • 编程语言

标签云

Asset Pipeline Emacs Golang InnoDB Middleware Mysql Rails color-theme el-get railscast 共享锁 切片 包管理 反射 排他锁 数组 编程语言

归档

  • 十月 2021
  • 六月 2019
  • 六月 2016
  • 三月 2016

最新文章

  • Golang的内存对齐
  • Golang WaitGroup实现原理
  • Golang反射
  • Golang的数组与切片
  • mysql InnoDB 锁机制
© 2023 Kevin Xin
Powered by Hexo
Home Archives