in reply to Re^2: EMACS: POD-Highlighting under Cperl-mode?
in thread EMACS: POD-Highlighting under Cperl-mode?
Updating the Update well I got it somehow running, a look into tinyperl.el revealed how to install it without all the other tiny-tools.
for some reason tinyurl-mode has to be activated manually, after this following links is possible.;; ....................................................... &t-install +... ;; Put this file on your Emacs-Lisp `load-path', add following into yo +ur ;; ~/.emacs startup file. (add-to-list 'load-path "~/.emacs.d/exp/emacs-tiny-tools-devel/lisp/ti +ny") ;; (require 'tinyperl) ;; ;; Autoload, prefer this one, your emacs starts quicker. The addition +al ;; features are turned on only when `perl-mode' runs. ;; (autoload 'turn-on-tinyperl-mode "tinyperl" "" t) (add-hook 'perl-mode-hook 'turn-on-tinyperl-mode) (add-hook 'cperl-mode-hook 'turn-on-tinyperl-mode)
Cheers Rolf
|
|---|