Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b3db5bd3 authored by AGULLO Emmanuel's avatar AGULLO Emmanuel
Browse files

Add rmsbolt (godbolt-like compiler-explorer)

parent 12f4fe6a
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,18 @@ ...@@ -18,12 +18,18 @@
;; (add-to-list 'major-mode-remap-alist '(julia-mode . julia-ts-mode)) ;; (add-to-list 'major-mode-remap-alist '(julia-mode . julia-ts-mode))
(add-to-list 'major-mode-remap-alist ' (python-mode . python-ts-mode))) (add-to-list 'major-mode-remap-alist ' (python-mode . python-ts-mode)))
;; https://github.com/emacsmirror/rmsbolt
(use-package rmsbolt
:bind (:map toggle-bedrock-map
("r" . rmsbolt-mode)))
;; We use https://github.com/purcell/envrc rather than ;; We use https://github.com/purcell/envrc rather than
;; https://github.com/wbolster/emacs-direnv to set environment ;; https://github.com/wbolster/emacs-direnv to set environment
;; variables buffer-locally. ;; variables buffer-locally.
(use-package envrc (use-package envrc
:bind (:map envrc-mode-map :bind (:map envrc-mode-map
("C-c e" . envrc-command-map)) ("C-c e" . envrc-command-map))
:config (which-key-add-key-based-replacements "C-c e" "envrc")
:init (envrc-global-mode)) :init (envrc-global-mode))
(provide 'bedrock-full) (provide 'bedrock-full)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment