my emacs configuration】的更多相关文章

modified from https://github.com/flyingmachine/emacs-for-clojure ;;;; ;; Packages ;;;; ;; Define package repositories (require 'package) (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/") t) (add-to-l…
Emacs 自动补全,最好的插件当属 ycmd.以下记录我的安装过程. 1. 安装 ycmd server github 官方地址: https://github.com/Valloric/ycmd - git 克隆 ycmd 到本地 ~/ycmd $ git clone https://github.com/Valloric/ycmd.git ~/ycmd - 安装必要的编译工具和库 $ sudo apt-get install build-essential cmake python-dev…
Emacs 25.1 error solved: url-http-create-request: Multibyte text in HTTP request */--> code {color: #FF0000} pre.src {background-color: #002b36; color: #839496;} Emacs 25.1 error solved: url-http-create-request: Multibyte text in HTTP request After u…
我不是大神,使用vim和emacs只是兴趣,打发空闲时间. 上代码: ;; Added by Package.el. This must come before configurations of ;; installed packages. Don't delete this line. If you don't want it, ;; just comment it out by adding a semicolon to the start of the line. ;; You may…
1. 为什么用org-mode写博客 我最开始用Emacs, 是因为org-mode.这是一个专注于写,而让我忽略展示结果的一种写作方式.为 什么这么说?因为所有内容的格式都是可定制的.按照自己喜欢的格式编写一些格式化配置, 就可以 把org-mode写的内容输出到拥有特定格式的文件,比如html.pdf,这两种常用的文件类型. 除此外,org-mode还可以做计划(TODO list) 等等.这些对于日常的工作都是非常有帮助的. 我喜欢上了org-mode. 与此同时,我又写技术类博客,把自己…
Emacs 版本:http://mirror.bjtu.edu.cn/gnu/emacs/emacs-24.5.tar.gz CentOS 内核版本:2.6.32-573.el6.x86_64 参考资料: [1] http://blog.itpub.net/7719012/viewspace-1163875/ [2] http://www.tuicool.com/articles/umAVzm [3] /[Your Emacs Directory]/emacs-24.5/INSTALL 源码安装…
Table of Contents 1. 37 Document Viewing 2. EmacsrelatedTranslation 2.1. Spacemacs 配置层(Configuration Layer)(layers作为专有名词可不做翻译) 2.2. 简介 2.3. Nomenclature(术语) 2.4. Emacs加载过程 2.5. Layer解析 2.5.1. layers.el 2.5.2. packages.el 2.5.3. funcs.el 2.5.4. config…
我的emacs插件下载地址: http://pan.baidu.com/share/link?shareid=4196458904&uk=3708780105 说明: 1.为什么使用emacs和vim而不使用IDE? 大牛只用这两种工具,我等弱渣纯属装比. 2.为什么弃vim而使用emacs ? 听说用vim的人JJ短,用emacs的人JJ长,所以我用emacs. (emacs和vim没有谁好谁差,完全是个人喜好,只有吊丝才会争论好坏,就像争论win与linux的人一样,你说win好,惜大牛及专…
使用Emacs,将尽可能多的工作放到Emacs中来完成,这样可以提高工作效率. 1.安装必要的LISP插件和程序 $sudo apt-get install stunnel4 $sudo apt-get install mew //邮件处理程序 $sudo apt-get install w3m w3m-el //用于阅读HTML邮件 2.编辑emacs配置文件 ;; mew收发邮件配置 (autoload 'mew "mew" nil t) (autoload 'mew-send &…
日志更新记录: [1] 增加 CentOS7.2 (内核版本:3.10.0-514.16.1.el7.x86_64)下Emacs25.2 的安装过程,它与本文的步骤完全一样. Emacs 版本:http://mirror.bjtu.edu.cn/gnu/emacs/emacs-24.5.tar.gz CentOS 内核版本:2.6.32-573.el6.x86_64 参考资料: [1] http://blog.itpub.net/7719012/viewspace-1163875/ [2] ht…
Emacs 安装配置使用教程 来源 https://www.jianshu.com/u/a27b97f900f7 序|Preface 先来一篇有趣的简介:Emacs和Vim:神的编辑器和编辑器之神 - 51CTO.COM 为何写这篇教程? 作为一个彻头彻尾的emacs新手,尽管有些薄弱的编程经验,但上手这么一个黑客级别的编辑器还是难免一段阵痛期.虽然网上有很多非常好的教程,比如这篇著名的文章,一年成为Emacs高手(像神一样使用编辑器),虽然提供了一个很好的学习框架,但具体的学习内容还是需要你自…
Emacs 启动优化二三事 */--> div.org-src-container { font-size: 85%; font-family: monospace; } p {font-size: 15px} li {font-size: 15px} Table of Contents 启动(加载)时间检测 autoload and eval-after-load backtrace function and advice 这两天一直在折腾 Emacs 的配置文件以优化启动时间,这里做个简单的…
工欲善其事,必先利其器.Python作为高级语言,因为其简介.灵活已经被越来越多的程序员所青睐.在尝试了众多IDE之后,终于找到了自己的挚爱.废话少说,下面开始说一下如何在linux下安装配置Emacs.当然Emacs 还支持很多种程序语言,例如: Ruby / Ruby on Rails CSS / LESS / SASS / SCSS HAML / Markdown / Textile / ERB Clojure (with Cider and nRepl) Javascript / Cof…
移动 C-v 向前翻页 M-v 向后翻页 C-l 当前行居中显示 继续按会依次到上,下,中   C-x C-c 退出 C-g    退出一个正在运行的命令,还可以取消数字参数和只输入到一半的命令     光标控制 C-p     previous C-n     next C-M-p    多行向上 C-M-n    多行向下 C-f    forward C-b    backward M-f    forward a word M-b    backward a word 通常的惯例是:ME…
1.源码下载地址=>下载 选择下载的版本,我下的是emacs-26.1.tar.xz 版本 2.解压 xz -d emacs-26.1.tar.xz # 解压成tar文件 tar -xvf emacs-26.1.tar # 解压 3.编译安装 ./configure --prefix=/opt/emacs/ 如果出现以下错误: checking for libXaw... configure: error: No X toolkit could be found. If you are sure…
PhpStorm和WAMP配置调试参数 问题描述: Error. Interpreter is not specified or invalid. Press “Fix” to edit your project configuration. 解决方法: 打开File->Settings 浏览到Languages & Frameworks->PHP Include Path添加D:\WAMP64\apps\phpsysinfo3.2.3\sample\distrotest\Pear 点…
问题说明:Apache服务总共有4个,是为了防止单点故障和负载均衡,负载均衡控制由局方的F5提供. 访问的内容在NAS存储上,现象是直接访问每个apache的服务内容都是没有问题,但是从负载地址过来的, 就报:AH01630 client denied by server configuration. 负载均衡地址:10.73.8.51,其中一个Apache服务地址是:10.73.8.52 ,NAS地址:10.73.8.60 网站采用了虚拟主机配置: <Directory "//10.73…
Introduction The system locale specifies the language settings of system services and user interfaces. The keyboard layout settings control the layout used on the text console and graphical user interfaces. These settings can be made by modifying the…
核心模块的配置 Configuration是ABP中设计比较巧妙的地方.其通过AbpStartupConfiguration,Castle的依赖注入,Dictionary对象和扩展方法很巧妙的实现了配置中心化.配置中心化是一个支持模块开发的框架必备功能. ABP中核心功能模块中的一些功能的运行时的行为是依赖于一些外部配置的.这一点应该不难理解. 简单解释下,比如Localization这个功能模块,最基本Abp需要知道要做哪些语言的本地化.而这些具体的配置对于Abp底层框架来说是不可预知的,那么…
Move configuration information out of the application deployment package to a centralized location. This pattern can provide opportunities for easier management and control of configuration data, and for sharing configuration data across applications…
在SCVMM进行虚拟机的Clone,虽然失败了,但是Clone出虚拟机却显示在SCVMM控制台的虚拟机的列表中,并且状态是Unsupported Cluster Configuration.无法修复,甚至无法删除.解决方案是,直接操作数据库,更改其状态,然后删除. 在库VirtualManagerDB中找到表tbl_WLC_VObject,该表存储虚拟机对象.模板和快照等对象数据. 如上图ObjectState是255那么虚拟机将显示Unsupported Cluster Configurati…
Commons Confifutation commons configuration可以很方便的访问配置文件和xml文件中的的内容.Commons Configuration 是为了提供对属性文件.XML文件.JNDI资源.来自JDBC Datasource数据的访问. 官方文档:http://commons.apache.org/proper/commons-configuration/ 1.Maven中引入相关的jar <!-- 配置文件读取 --> <dependency>…
因为经常改变工作环境,所以在这里记录一下我的.vimrc文件和.emacs文件的内容. vimrc的配置文件,主要是设置语法高亮,和tab键的宽度,个人喜欢设置为4个空格的分量. " set tab width set tabstop=4 set softtabstop=4 set shiftwidth=4 " set expandtab set expandtab set tags=./tags highlight Search ctermbg=darkblue color elfl…
##################### Elasticsearch Configuration Example ##################### # This file contains an overview of various configuration settings, # targeted at operations staff. Application developers should # consult the guide at <http://elasticse…
Spark可以通过三种方式配置系统: 通过SparkConf对象, 或者Java系统属性配置Spark的应用参数 通过每个节点上的conf/spark-env.sh脚本为每台机器配置环境变量 通过log4j.properties配置日志属性 Spark属性 Spark属性可以为每个应用分别进行配置,这些属性可以直接通过SparkConf设定,也可以通过set方法设定相关属性. 下面展示了在本地机使用两个线程并发执行的配置代码: val conf = new SparkConf() .setMas…
org.springframework.context.annotation @annotation.Target({ElementType.TYPE}) @annotation.Retention(RetentionPolicy.RUNTIME) @annotation.Documented @org.springframework.stereotype.Component public interface Configuration extends annotation.Annotation…
IIS启动网站后报错: configuration error Could not load file or assembly 'crystaldecisions.reportappserver.clientdoc,...' 解决办法:下载SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) CrystalReportForVS_13_0_4.exe (http://pan.baidu.com/s/1sjrvCYT)…
思路: 1.检查是否为不存在的用户组或用户设置了权限(大部分为此问题,调整用户权限或删除账号后,但忘了去掉某个文件夹的权限) 2.检查authz文件的编码: 3.更改权限后是否未重启svn. 4.按照下述方法,使用工具检查authz文件具体错误 在修改配置文件(authz)后,客户端可能会报"Invalid authz configuration"的错误提示!客户端没有提示错误原因,但在服务器端有一个方法,可以检查配置文件(authz)错在了哪里:具体方法如下:root@server:…
报错:Start: failed to load tracking configuration: TrackingConfigGenerated.xml Start: failed to load tracking configuration: tracking.xmlUnityEngine.Debug:LogError(Object)metaioSDK:Start() (at Assets/metaio/Scripts/metaioSDK.cs:374) Could not read imag…
Intellij只支持emacs as a external tool: https://www.jetbrains.com/help/idea/2016.2/tutorial-using-emacs-as-an-external-editor.html 对Vim支持很好,是不是要跳Vim坑了 https://www.jetbrains.com/help/idea/2016.2/tutorial-using-intellij-idea-as-the-vim-editor.html…