Struggle with org external links

This commit is contained in:
Kashish Sharma 2016-06-12 13:08:38 +05:30
parent cab34e0006
commit ed09cc5185
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,9 @@
;; (org-forward-heading-same-level)
;; ())
(setq org-file-apps '(("\\.txt" . emacs)
(t . "xdg-open %s")))
(require 'ace-jump-mode)
;(define-key global-map (kbd "C-c SPC") 'ace-jump-mode)
(global-set-key (kbd "M-SPC") 'ace-jump-mode)