摘要: M-up/M-down 当前行上移、下移(根据org-mode的org-metaup/org-metadown代码提取出来的)(defunswap-line-up()"Swapthecurrentlinewiththelineabove."(interactive)(transpose-lines1)(beginning-of-line-1))(defunswap-line-down()"Swapcurrentlinewiththelinebelow."(interactive)(beginning-of-line2)(transpose-lines1) 阅读全文
posted @ 2011-03-06 06:18 巴蛮子 阅读(1563) 评论(69) 推荐(0)