quickurl: fix typo
fixes #15365 co-authored-by: Alex <aavanian@users.noreply.github.com>
This commit is contained in:
parent
3cc0f99800
commit
011b1454e1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(defconst quickurl-packages
|
||||
'(quickurl :location built-in))
|
||||
'((quickurl :location built-in)))
|
||||
|
||||
(defun quickurl/init-quickurl ()
|
||||
(spacemacs/declare-prefix "atq" "quickurl")
|
||||
|
|
Reference in a new issue