Added major mode for editing nginx config files
This commit is contained in:
8
lisp/init-nginx.el
Normal file
8
lisp/init-nginx.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;;---------------------------
|
||||
;; Nginx Mode
|
||||
;;---------------------------
|
||||
(require-package 'nginx-mode)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("/nginx/sites-\\(?:available\\|enabled\\)/" . nginx-mode))
|
||||
|
||||
(provide 'init-nginx)
|
||||
Reference in New Issue
Block a user