mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable line numbers in restclient-mode
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user