Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DOSCH Philippe
emacs
Commits
974d8c4b
Commit
974d8c4b
authored
5 years ago
by
Philippe Dosch
Browse files
Options
Downloads
Patches
Plain Diff
Ajout des org-bullets & des langages supportés dans org
parent
33866364
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.emacs
+7
-1
7 additions, 1 deletion
.emacs
with
7 additions
and
1 deletion
.emacs
+
7
−
1
View file @
974d8c4b
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment