mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
13 lines
277 B
EmacsLisp
13 lines
277 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\\'")
|
|
|
|
|
|
(provide 'init-cisco)
|
|
;;; init-cisco.el ends here
|