
![]() |
Show Changes |
![]() |
Edit |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 9/17/2007 1:08:20 PM |
| -74.15.254.118 |
![]() |
List all versions |
Related Topics
FlexWikiEmacsMode was written by CraigAndera.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; This sets up my FlexWiki mode
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-to-list 'load-path (expand-file-name "~/emacs/site/flexwiki"))
(add-to-list 'auto-mode-alist '("\\.wiki$" . flexwiki-mode))
(require 'flexwiki)
Open up a file with a .wiki extension. This should put you into flexwiki major mode. If you type a WikiWord, it should turn blue. If you hit ctrl-enter while on a wiki word, it will jump to a buffer that holds that page. If you hit ctrl-right arrow at the end of a partially completed WikiWord, it will autocomplete it for you.
That's all it does right now.