lang/rest: add basic imenu support
This commit is contained in:
parent
4ebd3fad7f
commit
c54509f99c
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
;; line numbers aren't enabled by default in fundamental-mode-derived modes
|
||||
(add-hook 'restclient-mode-hook #'display-line-numbers-mode)
|
||||
|
||||
(setq-hook! 'restclient-mode-hook
|
||||
imenu-generic-expression '((nil "^[A-Z]+\s+.+" 0)))
|
||||
|
||||
;; Forces underlying SSL verification to prompt for self-signed or invalid
|
||||
;; certs, rather than silently reject them.
|
||||
(defun +rest*permit-self-signed-ssl (orig-fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue