-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stable dependencies, update version to 1.0.0.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
;;; lsp-focus.el --- focus.el support for lsp-mode -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019 Vibhav Pant <[email protected]> | ||
;; Copyright (C) 2019-2020 Vibhav Pant <[email protected]> | ||
|
||
;; Author: Vibhav Pant | ||
;; Version: 0.1 | ||
;; Version: 1.0.0 | ||
;; Keywords: languages lsp-mode | ||
;; Package-Requires: ((focus "0.1.1") (lsp-mode "20190326.522")) | ||
;; Package-Requires: ((focus "0.1.1") (lsp-mode "6.1")) | ||
;; URL: https://github.com/emacs-lsp/lsp-focus | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|