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

Ajout des org-bullets & des langages supportés dans org

parent 33866364
Branches
Tags
No related merge requests found
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
'(imenu-use-popup-menu t) '(imenu-use-popup-menu t)
'(package-selected-packages '(package-selected-packages
(quote (quote
(lsp-treemacs helm-lsp company-lsp lsp-ui lsp-mode gnu-elpa-keyring-update markdown-mode flycheck-clang-analyzer flycheck-grammalecte which-key web-mode undo-tree try smex smartscan smart-mode-line-powerline-theme ruby-refactor ruby-electric robe rainbow-delimiters quelpa-use-package projectile plantuml-mode php-extras pdf-tools ox-reveal nlinum neotree multiple-cursors monokai-theme magit js2-mode irony-eldoc imenu-anywhere iedit ido-vertical-mode highlight-indent-guides helm-swoop helm-orgcard helm-flycheck helm-directory helm-css-scss helm-c-yasnippet helm-anything git-timemachine function-args flx-ido feature-mode expand-region edit-server ecb dumb-jump dired+ dic-lookup-w3m counsel company-web company-tern company-php company-jedi company-irony company-inf-ruby company-c-headers company-auctex clang-format avy auto-yasnippet anzu ac-helm))) (org-bullets lsp-treemacs helm-lsp company-lsp lsp-ui lsp-mode gnu-elpa-keyring-update markdown-mode flycheck-clang-analyzer flycheck-grammalecte which-key web-mode undo-tree try smex smartscan smart-mode-line-powerline-theme ruby-refactor ruby-electric robe rainbow-delimiters quelpa-use-package projectile plantuml-mode php-extras pdf-tools ox-reveal nlinum neotree multiple-cursors monokai-theme magit js2-mode irony-eldoc imenu-anywhere iedit ido-vertical-mode highlight-indent-guides helm-swoop helm-orgcard helm-flycheck helm-directory helm-css-scss helm-c-yasnippet helm-anything git-timemachine function-args flx-ido feature-mode expand-region edit-server ecb dumb-jump dired+ dic-lookup-w3m counsel company-web company-tern company-php company-jedi company-irony company-inf-ruby company-c-headers company-auctex clang-format avy auto-yasnippet anzu ac-helm)))
'(show-paren-mode t) '(show-paren-mode t)
'(tool-bar-mode nil)) '(tool-bar-mode nil))
...@@ -721,6 +721,12 @@ ...@@ -721,6 +721,12 @@
(global-set-key (kbd "C-c b") (lambda () (interactive) (global-set-key (kbd "C-c b") (lambda () (interactive)
(call-interactively (find-file "~/org")))) (call-interactively (find-file "~/org"))))
;; Déclaration des langages qui pourront être évalués dans org
(org-babel-do-load-languages 'org-babel-load-languages
(append org-babel-load-languages
'((shell . t)
(ruby . t))))
(global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-ca" 'org-agenda)
(global-set-key (kbd "<f12>") 'org-agenda) (global-set-key (kbd "<f12>") 'org-agenda)
;(global-set-key "\C-cb" 'org-iswitchb) ;(global-set-key "\C-cb" 'org-iswitchb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment