[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Re: org-src-fontify-natively makes things very, very slow
From: |
Matt Lundin |
Subject: |
[O] Re: org-src-fontify-natively makes things very, very slow |
Date: |
Tue, 29 Mar 2011 10:12:20 -0400 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) |
Eric S Fraga <address@hidden> writes:
> yes, I used to use yasnippet a lot but I don't any longer. I am
> actually in confusion as to which completion mechanism to use in Emacs
> these days and am going a little crazy... :( I'm currently playing with
> auto-complete.
Skeletons and abbrev-mode have always gotten the job done for me, with
minimal fuss.
Here's my skeleton for org source blocks:
--8<---------------cut here---------------start------------->8---
(define-skeleton skel-org-block
"Insert an org block"
"Type: "
"#+begin_" str - "\n"
_ \n
"#+end_" str "\n")
(define-abbrev org-mode-abbrev-table "blk" "" 'skel-org-block)
--8<---------------cut here---------------end--------------->8---
You can see a whole range of options for inserting source blocks in this
FAQ:
http://orgmode.org/worg/org-faq.html#shortcuts-for-entering-source-blocks
Best,
Matt
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, (continued)
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Le Wang, 2011/03/20
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/20
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Le Wang, 2011/03/20
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric Schulte, 2011/03/21
- Re: [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/21
- [O] Re: org-src-fontify-natively makes things very, very slow, Sébastien Vauban, 2011/03/21
- [O] Re: org-src-fontify-natively makes things very, very slow, Ulf Stegemann, 2011/03/22
- [O] Re: org-src-fontify-natively makes things very, very slow, Matt Lundin, 2011/03/29
- [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/29
- [O] Re: org-src-fontify-natively makes things very, very slow, Sébastien Vauban, 2011/03/30
- [O] Re: org-src-fontify-natively makes things very, very slow,
Matt Lundin <=
- [O] Re: org-src-fontify-natively makes things very, very slow, Eric S Fraga, 2011/03/29