mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
using require
This commit is contained in:
12
lisp/init-cisco.el
Normal file
12
lisp/init-cisco.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; *** 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
|
||||
Reference in New Issue
Block a user