Replace restclient with verb

This commit is contained in:
Andreas Zweili 2024-02-15 08:57:05 +01:00
parent 9357b26ac3
commit de71d424aa
4 changed files with 8 additions and 3 deletions

View File

@ -48,7 +48,6 @@ in
epkgs.citeproc
epkgs.company
epkgs.company-org-block
epkgs.company-restclient
epkgs.company-web
epkgs.counsel
epkgs.counsel-tramp
@ -85,7 +84,6 @@ in
epkgs.move-text
epkgs.mu4e
epkgs.nix-mode
epkgs.ob-restclient
epkgs.olivetti
epkgs.parsebib
epkgs.pdf-tools
@ -100,7 +98,6 @@ in
epkgs.python-pytest
epkgs.queue
epkgs.rainbow-delimiters
epkgs.restclient
epkgs.ripgrep
epkgs.smooth-scrolling
epkgs.solarized-theme
@ -113,6 +110,7 @@ in
epkgs.treemacs-evil
epkgs.use-package
epkgs.use-package-ensure-system-package
epkgs.verb
epkgs.vterm
epkgs.web-completion-data
epkgs.web-mode

View File

@ -24,6 +24,9 @@
(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-cb" 'org-iswitchb)
;; comes from the package verb ./az_verb.el
(define-key org-mode-map (kbd "C-c C-r") verb-command-map)
;; disable line split with M-RET
(setq org-M-RET-may-split-line (quote ((default))))

View File

@ -0,0 +1,3 @@
;; https://github.com/federicotdn/verb
;; A very nice restclient working with org-mode
(use-package verb)

View File

@ -40,6 +40,7 @@
(load-file (modules-path "az_powershell.el"))
(load-file (modules-path "az_projectile.el"))
(load-file (modules-path "az_python.el"))
(load-file (modules-path "az_verb.el"))
(load-file (modules-path "az_webmode.el"))
(load-file (modules-path "az_yaml.el"))