This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Usage Example: | |
;; | |
;; <!-- BEGIN RECEIVE ORGTBL ${1:YOUR_TABLE_NAME} --> | |
;; <!-- END RECEIVE ORGTBL $1 --> | |
;; | |
;; <!-- | |
;; #+ORGTBL: SEND $1 orgtbl-to-gfm | |
;; | $0 | | |
;; --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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) |