Skip to content

Instantly share code, notes, and snippets.

@yryozo
yryozo / ac-yc-kakutei.el
Created June 23, 2013 05:11
yc.el(Yet another canna client) での入力時に auto-complete と連携させるための設定
;; An advice for automatically starting auto-complete.el from yc.el(Yet another canna client).
;;
;; Note: This advice would be more useful when used with ac-ja.el.
;; <https://github.com/myuhe/ac-ja.el>
;;
;; Note: This code originated from the below web page.
;; <http://sheephead.homelinux.org/2011/10/11/6869/>
(eval-after-load "yc"
'(progn
(defadvice yc-kakutei (after ac-yc-kakutei last)
@yryozo
yryozo / orgtbl-to-gfm.el
Created June 18, 2013 17:02
Orgtbl Translator function for the GitHub-Flavored-Markdown(GFM)
;; Usage Example:
;;
;; <!-- BEGIN RECEIVE ORGTBL ${1:YOUR_TABLE_NAME} -->
;; <!-- END RECEIVE ORGTBL $1 -->
;;
;; <!--
;; #+ORGTBL: SEND $1 orgtbl-to-gfm
;; | $0 |
;; -->