How can you enable syntax for MicroEmacs?
I put the following unsuccessfully to my the file uelocal_rc in my HOME.
add-global-mode "HILITE"
I also put unsuccessfully the following command both to .emacs and to uelocal_rc at my HOME.
(require 'font-lock) ; enable syntax highlighting
This suggests me that .emacs does not manipulate Mg.
It is also possible that the name of the file uelocal_rc
is not correct, since I could not find any example of such files by Google and in Github.
I am using a fresh Ubuntu installation where the standard Emacs has no syntax highlighting.
I finally changed the file endings to .el but the problem remains.
I downloaded the source of MicroEmacs by
apt-get source mg
However, I did not find any help file by ack-grep -i help/readme.
I added the following lines to my .zshrc unsuccessfully.
# MicroEmacs
export MEINSTALLPATH="/home/masi/"
export MEPATH="/home/masi/"
export MEUSERPATH='/home/masi/'