mirror of
https://github.com/vale981/dotfiles
synced 2025-03-06 01:51:40 -05:00
Merge branch 'master' of https://github.com/vale981/dotfiles
This commit is contained in:
commit
a62c4af85a
1 changed files with 5 additions and 5 deletions
|
@ -199,11 +199,6 @@
|
|||
;; (add-hook 'xref-backend-functions #'xref-js2-xref-backend
|
||||
;; nil t)))
|
||||
|
||||
(add-hook 'js2-mode-hook
|
||||
#'(lambda ()
|
||||
(define-key js2-mode-map "\C-ci" 'js-doc-insert-function-doc)
|
||||
(define-key js2-mode-map "@" 'js-doc-insert-tag)))
|
||||
|
||||
(define-key js2-mode-map (kbd "C-k") #'js2r-kill)
|
||||
|
||||
;; (defun sm-greek-lambda ()
|
||||
|
@ -493,6 +488,11 @@
|
|||
js-doc-url "protagon.space"
|
||||
js-doc-license "MIT")
|
||||
|
||||
(add-hook 'js2-mode-hook
|
||||
#'(lambda ()
|
||||
(define-key js2-mode-map "\C-ci" 'js-doc-insert-function-doc)
|
||||
(define-key js2-mode-map "@" 'js-doc-insert-tag)))
|
||||
|
||||
;; Keybindings
|
||||
(progn
|
||||
(define-key key-translation-map (kbd "H-3") (kbd "•")) ; bullet
|
||||
|
|
Loading…
Add table
Reference in a new issue