Files
dot-emacs/conf-lisp/cisco.el

9 lines
225 B
EmacsLisp

;; *** Cisco Mode
;; Written by myself many years ago, but I'm still using it daily to
;; view and prepare cisco configs.
(use-package cisco-mode
:ensure nil ;; static install
:mode "\\.cfg\\'")