Emacs glusterfs mode
From GlusterDocumentation
This information is out of date
and does not contain information related to the current version of Gluster
Documentation Home
[edit]
file
You can find the file here - glusterfs-mode.el
[edit]
how to enable in emacs
add the following lines in your ~/.emacs file
;; (add-to-list 'load-path "<directory path, which contains glusterfs-mode.el") (add-to-list 'load-path "/usr/share/doc/glusterfs/") (require 'glusterfs-mode)
Now when one opens '*.vol' files in emacs, they can see some highlighted fields. If the file name ends with different extension, do 'M-x glusterfs-mode' to get the syntax highlighting feature.
This information is out of date
and does not contain information related to the current version of Gluster
Documentation Home


