added log4j-mode
This commit is contained in:
16
modules/init-log4j.el
Normal file
16
modules/init-log4j.el
Normal file
@@ -0,0 +1,16 @@
|
||||
;;; init-log4j.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
(use-package log4j-mode
|
||||
:ensure t
|
||||
:defer t
|
||||
:mode ("\\.log\\'" . log4j-mode))
|
||||
|
||||
(provide 'init-log4j)
|
||||
|
||||
;; Local Variables:
|
||||
;; byte-compile-warnings: (not free-vars)
|
||||
;; End:
|
||||
;;; init-log4j.el ends here
|
||||
Reference in New Issue
Block a user