mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
update emacs config to 21th century
This commit is contained in:
8
conf-lisp/cisco.el
Normal file
8
conf-lisp/cisco.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;; *** 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\\'")
|
||||
Reference in New Issue
Block a user