Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Jul 1, 2023
1 parent 551367a commit d741d92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions npmjs.el
Original file line number Diff line number Diff line change
Expand Up @@ -1120,8 +1120,6 @@ With a prefix ARG, allow editing."
(define-derived-mode npmjs-compilation-mode compilation-mode "NPMJS"
"Major mode for the NPM compilation buffer."
(use-local-map compilation-mode-map)
(setq major-mode 'npmjs-compilation-mode)
(setq mode-name "NPMJS")
(setq-local truncate-lines t)
(add-hook 'compilation-filter-hook
#'npmjs-compilation-filter-hook nil t))
Expand Down

0 comments on commit d741d92

Please sign in to comment.