Emacs glusterfs mode

From GlusterDocumentation

Jump to: navigation, search

file

You can find the file here - glusterfs-mode.el


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.

Personal tools