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

Fix macro d'ouverture de fichiers org

parent 6b18086d
No related branches found
No related tags found
No related merge requests found
......@@ -620,8 +620,7 @@
; Un raccourci pour rechercher et ouvrir spécifiquement un fichier
; se trouvant dans le répertoire des fichiers .org
(global-set-key (kbd "C-c b") (lambda () (interactive)
(cd "~/org")
(call-interactively 'find-file)))
(call-interactively (find-file "~/org"))))
(global-set-key "\C-ca" 'org-agenda)
(global-set-key (kbd "<f12>") 'org-agenda)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment