随笔分类 -  config_bak

backup the configuration file such as .vimrc and so on
ubuntu1204上不能正常用emacs配合gocode进行自动补全
摘要:我按gocode的页面https://github.com/nsf/gocode上去做,可是还是未成功,,我确认auto-complete在c-mode中是可以使用的,因为有补全出来了,我再找了http://stackoverflow.com/questions/12278990/auto-complete-with-go-mode发现1.3.1的auto-complete要在dic中加入go-mode及修改auto-complete.el中的ac-mode函数,加入ac-mode可是最后还是不行,补全时,会在emacs中弹出** 1** 2....基本补一次弹一个窗 阅读全文

posted @ 2013-08-31 11:14 Orz.. 阅读(258) 评论(0) 推荐(0)

geusture for chrome cfg
摘要:{ "name": "Chrome Gestures", "version": "1.13.4", "normal_actions": { "L": { "name": "back", "args": [] }, "R": { "name": "forward", "args": [] }, "UD": { " 阅读全文

posted @ 2013-08-27 14:27 Orz.. 阅读(185) 评论(0) 推荐(0)

_emacs_20130505
摘要:;;从ahei那边的配置作了一部分删减。。。。。。。。。。仅作为保存;; -*- Emacs-Lisp -*-;; Time-stamp: <2012-05-06 20:55:41 Sunday by ahei>(defconst my-emacs-path "/home/j/dea-read-only/" "我的emacs相关配置文件的路径")(defconst my-emacs-my-lisps-path (concat my-emacs-path "my-lisps/") "我自己写的emacs lisp包 阅读全文

posted @ 2013-05-05 16:01 Orz.. 阅读(426) 评论(0) 推荐(0)

AutoHotKey.ini
摘要:; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a; semicolon, such as this one, are comments. They are not executed.; This script has a special filename and path because it is automatically; launched when you run the program directly. Also, any text file whose; name ends in .ahk is a.. 阅读全文

posted @ 2013-03-21 09:36 Orz.. 阅读(545) 评论(0) 推荐(0)

.emacs
摘要:;;start the emacs with the server mode;;(server-start);;close startup screen(tool-bar-mode -1)(menu-bar-mode -1)(setq inhibit-startup-message t)(setq initial-scratch-message "");;显示行号 (global-linum-mode 1);; (global-linum-mode 0);; (define-key key-translation-map [(meta v)] [(control v)])( 阅读全文

posted @ 2013-03-20 15:57 Orz.. 阅读(675) 评论(0) 推荐(0)

the config of vichrome
摘要:alias ext TabOpenNew chrome://extensions/alias option TabOpenNew chrome://settings/browseralias downloads TabOpenNew chrome://downloadsalias history T... 阅读全文

posted @ 2012-03-07 11:32 Orz.. 阅读(460) 评论(0) 推荐(0)

导航