Enable line numbers in restclient-mode
This commit is contained in:
parent
ffccb3a31a
commit
8a0d12d4f0
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^\\*HTTP Response" :size 0.4 :quit 'other)
|
(set-popup-rule! "^\\*HTTP Response" :size 0.4 :quit 'other)
|
||||||
|
|
||||||
|
;; line numbers aren't enabled by default in fundamental-mode-derived modes
|
||||||
|
(add-hook 'restclient-mode-hook #'doom|enable-line-numbers)
|
||||||
|
|
||||||
;; Forces underlying SSL verification to prompt for self-signed or invalid
|
;; Forces underlying SSL verification to prompt for self-signed or invalid
|
||||||
;; certs, rather than silently reject them.
|
;; certs, rather than silently reject them.
|
||||||
(defun +rest*permit-self-signed-ssl (orig-fn &rest args)
|
(defun +rest*permit-self-signed-ssl (orig-fn &rest args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue