15
modules/init-nginx.el
Normal file
15
modules/init-nginx.el
Normal file
@@ -0,0 +1,15 @@
|
||||
;;; init-nginx.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
;;---------------------------
|
||||
;; Nginx Mode
|
||||
;;---------------------------
|
||||
(use-package nginx-mode
|
||||
:mode ("/nginx/sites-\\(?:available\\|enabled\\)/" . nginx-mode))
|
||||
|
||||
(provide 'init-nginx)
|
||||
|
||||
;; End:
|
||||
;;; init-nginx.el ends here
|
||||
Reference in New Issue
Block a user