代码改变世界

[置顶]window下右键添加用emacs打开文件

2011-12-04 09:08 by iaxmps, 422 阅读, 0 推荐, 收藏,
摘要:REGEDIT4[HKEY_CLASSES_ROOT\*\shell][HKEY_CLASSES_ROOT\*\shell\openwemacs]@="&GNU Emacs"# The above value appears in the global context menu, # i.e., when you right click on a file.# (The '&' makes the next character a shortcut.)[HKEY_CLASSES_ROOT\*\shell\openwemacs\command] 阅读全文

debian wheezy 无线配置

2012-08-25 13:54 by iaxmps, 328 阅读, 0 推荐, 收藏,
摘要:安装完系统,配置好source.list然后执行 1.1. aptitude update2. aptitude search b43*装其中有这几个文件: aptitude install firmware-b43-installer b43-fwcutter之后系统显示:This file is recognised as: ID : FW11 filename : wl_apsta.o version : 351.126 MD5 : 9207bc565c2fc9fa1591f6c7911d3fc0Extracting b43/ucode5.fwExtracting b43/ucode11 阅读全文

emacs配置

2011-11-25 20:59 by iaxmps, 396 阅读, 0 推荐, 收藏,
摘要:;;=========================== some basic configure ==========================;;;;;去掉工具栏(tool-bar-mode nil);;;;;去掉菜单栏;(menu-bar-mode nil);;;;;不要滚动栏,现在都用滚轴鼠标了,可以不用滚动栏了(scroll-bar-mode nil);;;;;允许emacs和外部其他程序的粘贴(setq x-select-enable-clipboard t);; 显示列号(setq column-number-mode t);;开启语法高亮。(global-font-lo 阅读全文