Skip to content

Commit

Permalink
Add lsp.el
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Dec 21, 2018
1 parent 6d6eb93 commit 0f11d87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lsp-mode.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; lsp.el --- LSP mode -*- lexical-binding: t; -*-
;;; lsp-mode.el --- LSP mode -*- lexical-binding: t; -*-

;; Copyright (C) 2018 Vibhav Pant, Ivan Yonchovski

;; Author: Ivan Yonchovski <[email protected]>
;; Author: Vibhav Pant <[email protected]>
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
;; Keywords: languages
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (spinner "1.7.3"))
;; Version: 5.0

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -3504,4 +3504,4 @@ such."
lsp--buffer-workspaces)))))

(provide 'lsp-mode)
;;; lsp.el ends here
;;; lsp-mode.el ends here
6 changes: 6 additions & 0 deletions lsp.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
;; The code was moved into lsp-mode.el. This file is kept only for backward compatibility.
(require 'lsp-mode)

(provide 'lsp)

;;; lsp.el ends here

0 comments on commit 0f11d87

Please sign in to comment.