Skip to content
Snippets Groups Projects
Commit af18bcc1 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Ajout de smex

parent e389b558
No related branches found
No related tags found
No related merge requests found
...@@ -244,6 +244,10 @@ ...@@ -244,6 +244,10 @@
:ensure t :ensure t
) )
(use-package smex
:ensure t
)
(use-package swiper (use-package swiper
:ensure t :ensure t
:bind (("\C-s" . swiper) :bind (("\C-s" . swiper)
...@@ -966,6 +970,18 @@ ...@@ -966,6 +970,18 @@
(yas-global-mode) (yas-global-mode)
(global-set-key [(control $)] 'yas-global-mode) (global-set-key [(control $)] 'yas-global-mode)
;; Pour mermaid, un éditeur de diagrammes utilisable avec org
;; mermaid a été installé avec npm :
;; sudo npm install -g @mermaid-js/mermaid-cli
;; (require 'ob-mermaid)
;; (setq ob-mermaid-cli-path "/usr/local/bin/mmdc")
;; (org-babel-do-load-languages
;; 'org-babel-load-languages
;; '((mermaid . t)
;; (scheme . t)
;; (your-other-langs . t)))
;; Pour dire où est reveal... ;; Pour dire où est reveal...
(setq org-reveal-root "file:///home/phil/divers/presentation/reveal.js") (setq org-reveal-root "file:///home/phil/divers/presentation/reveal.js")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment